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

傳回

true 如果讀取器位於陣列節點的起點;否則 false

適用於