共用方式為


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

適用於