| Name | Description |
|---|
 | ReadArray(String^, String^, array<Boolean>^, Int32, Int32) | Reads repeated occurrences of Boolean nodes into a typed array. |
 | ReadArray(String^, String^, array<DateTime>^, Int32, Int32) | Reads repeated occurrences of DateTime nodes into a typed array. |
 | ReadArray(String^, String^, array<Decimal>^, Int32, Int32) | Reads repeated occurrences of Decimal nodes into a typed array. |
 | ReadArray(String^, String^, array<Double>^, Int32, Int32) | Reads repeated occurrences of Double nodes into a typed array. |
 | ReadArray(String^, String^, array<Guid>^, Int32, Int32) | Reads repeated occurrences of Guid nodes into a typed array. |
 | ReadArray(String^, String^, array<Int16>^, Int32, Int32) | Reads repeated occurrences of short integers into a typed array. |
 | ReadArray(String^, String^, array<Int32>^, Int32, Int32) | Reads repeated occurrences of integers into a typed array. |
 | ReadArray(String^, String^, array<Int64>^, Int32, Int32) | Reads repeated occurrences of long integers into a typed array. |
 | ReadArray(String^, String^, array<Single>^, Int32, Int32) | Reads repeated occurrences of float numbers into a typed array. |
 | ReadArray(String^, String^, array<TimeSpan>^, Int32, Int32) | Reads repeated occurrences of TimeSpan nodes into a typed array. |
 | ReadArray(XmlDictionaryString^, XmlDictionaryString^, array<Boolean>^, Int32, Int32) | Reads repeated occurrences of Boolean nodes into a typed array. |
 | ReadArray(XmlDictionaryString^, XmlDictionaryString^, array<DateTime>^, Int32, Int32) | Reads repeated occurrences of DateTime nodes into a typed array. |
 | ReadArray(XmlDictionaryString^, XmlDictionaryString^, array<Decimal>^, Int32, Int32) | Reads repeated occurrences of Decimal nodes into a typed array. |
 | ReadArray(XmlDictionaryString^, XmlDictionaryString^, array<Double>^, Int32, Int32) | Reads repeated occurrences of Double nodes type into a typed array. |
 | ReadArray(XmlDictionaryString^, XmlDictionaryString^, array<Guid>^, Int32, Int32) | Reads repeated occurrences of Guid nodes into a typed array. |
 | ReadArray(XmlDictionaryString^, XmlDictionaryString^, array<Int16>^, Int32, Int32) | Reads repeated occurrences of short integers into a typed array. |
 | ReadArray(XmlDictionaryString^, XmlDictionaryString^, array<Int32>^, Int32, Int32) | Reads repeated occurrences of integers into a typed array. |
 | ReadArray(XmlDictionaryString^, XmlDictionaryString^, array<Int64>^, Int32, Int32) | Reads repeated occurrences of long integers into a typed array. |
 | ReadArray(XmlDictionaryString^, XmlDictionaryString^, array<Single>^, Int32, Int32) | Reads repeated occurrences of float numbers into a typed array. |
 | ReadArray(XmlDictionaryString^, XmlDictionaryString^, array<TimeSpan>^, Int32, Int32) | Reads repeated occurrences of TimeSpan nodes into a typed array. |