XmlDictionaryReader.TryGetArrayLength(Int32) 方法

定义

不在此类中实现(它始终返回 false)。 可在派生类中重写。

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。

返回

Boolean

除非在派生类中重写,否则为 false

适用于