XmlDictionaryReader.IsStartArray(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查讀取器是否位於陣列的起始位置。 此類別回傳 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。