XmlDictionaryReader.IsStartArray(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks whether the reader is positioned at the start of an array. This class returns false
, but derived classes that have the concept of arrays might return 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
Parameters
- type
- Type
Type of the node, if a valid node; otherwise null
.
Returns
true
if the reader is positioned at the start of an array node; otherwise false
.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET