XmlDictionaryReader.IsStartArray(Type) 方法

定义

检查读取器是否定位在数组的开头。 此类返回 false,但具有数组概念的派生类可能返回 true

public:
 virtual bool IsStartArray([Runtime::InteropServices::Out] Type ^ % type);
public virtual bool IsStartArray (out Type type);
public virtual bool IsStartArray (out Type? type);
abstract member IsStartArray : Type -> bool
override this.IsStartArray : Type -> bool
Public Overridable Function IsStartArray (ByRef type As Type) As Boolean

参数

type
Type

节点的类型(如果为有效节点);否则为 null

返回

Boolean

如果读取器定位于数组节点的开头,则为 true;否则为 false

适用于