XmlDictionaryReader.ReadArray Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodSupported by Silverlight for Windows Phone ReadArray(String, String, array<Boolean[], Int32, Int32) Reads repeated occurrences of Boolean nodes into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(String, String, array<DateTime[], Int32, Int32) Reads repeated occurrences of DateTime nodes into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(String, String, array<Decimal[], Int32, Int32) Reads repeated occurrences of Decimal nodes into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(String, String, array<Double[], Int32, Int32) Reads repeated occurrences of Double nodes into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(String, String, array<Guid[], Int32, Int32) Reads repeated occurrences of Guid nodes into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(String, String, array<Int16[], Int32, Int32) Reads repeated occurrences of short integers into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(String, String, array<Int32[], Int32, Int32) Reads repeated occurrences of integers into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(String, String, array<Int64[], Int32, Int32) Reads repeated occurrences of long integers into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(String, String, array<Single[], Int32, Int32) Reads repeated occurrences of float numbers into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(String, String, array<TimeSpan[], Int32, Int32) Reads repeated occurrences of TimeSpan nodes into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(XmlDictionaryString, XmlDictionaryString, array<Boolean[], Int32, Int32) Reads repeated occurrences of Boolean nodes into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(XmlDictionaryString, XmlDictionaryString, array<DateTime[], Int32, Int32) Reads repeated occurrences of DateTime nodes into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(XmlDictionaryString, XmlDictionaryString, array<Decimal[], Int32, Int32) Reads repeated occurrences of Decimal nodes into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(XmlDictionaryString, XmlDictionaryString, array<Double[], Int32, Int32) Reads repeated occurrences of Double nodes type into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(XmlDictionaryString, XmlDictionaryString, array<Guid[], Int32, Int32) Reads repeated occurrences of Guid nodes into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(XmlDictionaryString, XmlDictionaryString, array<Int16[], Int32, Int32) Reads repeated occurrences of short integers into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(XmlDictionaryString, XmlDictionaryString, array<Int32[], Int32, Int32) Reads repeated occurrences of integers into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(XmlDictionaryString, XmlDictionaryString, array<Int64[], Int32, Int32) Reads repeated occurrences of long integers into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(XmlDictionaryString, XmlDictionaryString, array<Single[], Int32, Int32) Reads repeated occurrences of float numbers into a typed array.
Public methodSupported by Silverlight for Windows Phone ReadArray(XmlDictionaryString, XmlDictionaryString, array<TimeSpan[], Int32, Int32) Reads repeated occurrences of TimeSpan nodes into a typed array.

Top