XmlDictionaryReader.ReadArray Method (XmlDictionaryString, XmlDictionaryString, array<Decimal>[]()[], Int32, Int32)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Reads repeated occurrences of Decimal nodes into a typed array.

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

Syntax

Public Overridable Function ReadArray ( _
    localName As XmlDictionaryString, _
    namespaceUri As XmlDictionaryString, _
    array As Decimal(), _
    offset As Integer, _
    count As Integer _
) As Integer
public virtual int ReadArray(
    XmlDictionaryString localName,
    XmlDictionaryString namespaceUri,
    decimal[] array,
    int offset,
    int count
)

Parameters

Return Value

Type: System..::.Int32
The number of nodes put in the array.

Exceptions

Exception Condition
ArgumentNullException

array is nullNothingnullptra null reference (Nothing in Visual Basic).

ArgumentOutOfRangeException

offset is < 0 or > array length.

ArgumentOutOfRangeException

count is < 0 or > array length minus offset.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

XmlDictionaryReader Class

ReadArray Overload

System.Xml Namespace