XmlDictionaryReader.TryGetArrayLength(Int32) 方法
定义
不在此类中实现(它始终返回 false)。Not implemented in this class (it always returns false). 可在派生类中重写。May be overridden in derived classes.
public:
virtual bool TryGetArrayLength([Runtime::InteropServices::Out] int % count);
public virtual bool TryGetArrayLength (out int count);
abstract member TryGetArrayLength : int -> bool
override this.TryGetArrayLength : int -> bool
Public Overridable Function TryGetArrayLength (ByRef count As Integer) As Boolean
参数
- count
- Int32
除非在派生类中重写,否则返回 0。Returns 0, unless overridden in a derived class.
返回
除非在派生类中重写,否则为 false。false, unless overridden in a derived class.