Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlDictionaryReader::ReadArray Method

 

Reads repeated occurrences of a data type into a typed array.

Namespace:   System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

NameDescription
System_CAPS_pubmethodReadArray(String^, String^, array<Boolean>^, Int32, Int32)

Reads repeated occurrences of Boolean nodes into a typed array.

System_CAPS_pubmethodReadArray(String^, String^, array<DateTime>^, Int32, Int32)

Reads repeated occurrences of DateTime nodes into a typed array.

System_CAPS_pubmethodReadArray(String^, String^, array<Decimal>^, Int32, Int32)

Reads repeated occurrences of Decimal nodes into a typed array.

System_CAPS_pubmethodReadArray(String^, String^, array<Double>^, Int32, Int32)

Reads repeated occurrences of Double nodes into a typed array.

System_CAPS_pubmethodReadArray(String^, String^, array<Guid>^, Int32, Int32)

Reads repeated occurrences of Guid nodes into a typed array.

System_CAPS_pubmethodReadArray(String^, String^, array<Int16>^, Int32, Int32)

Reads repeated occurrences of short integers into a typed array.

System_CAPS_pubmethodReadArray(String^, String^, array<Int32>^, Int32, Int32)

Reads repeated occurrences of integers into a typed array.

System_CAPS_pubmethodReadArray(String^, String^, array<Int64>^, Int32, Int32)

Reads repeated occurrences of long integers into a typed array.

System_CAPS_pubmethodReadArray(String^, String^, array<Single>^, Int32, Int32)

Reads repeated occurrences of float numbers into a typed array.

System_CAPS_pubmethodReadArray(String^, String^, array<TimeSpan>^, Int32, Int32)

Reads repeated occurrences of TimeSpan nodes into a typed array.

System_CAPS_pubmethodReadArray(XmlDictionaryString^, XmlDictionaryString^, array<Boolean>^, Int32, Int32)

Reads repeated occurrences of Boolean nodes into a typed array.

System_CAPS_pubmethodReadArray(XmlDictionaryString^, XmlDictionaryString^, array<DateTime>^, Int32, Int32)

Reads repeated occurrences of DateTime nodes into a typed array.

System_CAPS_pubmethodReadArray(XmlDictionaryString^, XmlDictionaryString^, array<Decimal>^, Int32, Int32)

Reads repeated occurrences of Decimal nodes into a typed array.

System_CAPS_pubmethodReadArray(XmlDictionaryString^, XmlDictionaryString^, array<Double>^, Int32, Int32)

Reads repeated occurrences of Double nodes type into a typed array.

System_CAPS_pubmethodReadArray(XmlDictionaryString^, XmlDictionaryString^, array<Guid>^, Int32, Int32)

Reads repeated occurrences of Guid nodes into a typed array.

System_CAPS_pubmethodReadArray(XmlDictionaryString^, XmlDictionaryString^, array<Int16>^, Int32, Int32)

Reads repeated occurrences of short integers into a typed array.

System_CAPS_pubmethodReadArray(XmlDictionaryString^, XmlDictionaryString^, array<Int32>^, Int32, Int32)

Reads repeated occurrences of integers into a typed array.

System_CAPS_pubmethodReadArray(XmlDictionaryString^, XmlDictionaryString^, array<Int64>^, Int32, Int32)

Reads repeated occurrences of long integers into a typed array.

System_CAPS_pubmethodReadArray(XmlDictionaryString^, XmlDictionaryString^, array<Single>^, Int32, Int32)

Reads repeated occurrences of float numbers into a typed array.

System_CAPS_pubmethodReadArray(XmlDictionaryString^, XmlDictionaryString^, array<TimeSpan>^, Int32, Int32)

Reads repeated occurrences of TimeSpan nodes into a typed array.

Return to top
Show:
© 2017 Microsoft