XmlDictionaryReader.ReadArray Method (XmlDictionaryString, XmlDictionaryString, Single[], Int32, Int32)
Silverlight
Reads repeated occurrences of float numbers into a typed array.
Namespace: System.Xml
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public virtual int ReadArray( XmlDictionaryString localName, XmlDictionaryString namespaceUri, float[] array, int offset, int count )
Parameters
- localName
- Type: System.Xml.XmlDictionaryString
The local name of the element.
- namespaceUri
- Type: System.Xml.XmlDictionaryString
The namespace URI of the element.
- array
- Type: System.Single[]
The array into which the float numbers are put.
- offset
- Type: System.Int32
The starting index in the array.
- count
- Type: System.Int32
The number of float numbers to put in the array.
| Exception | Condition |
|---|---|
| ArgumentNullException | array is null. |
| ArgumentOutOfRangeException | offset is < 0 or > array length. |
| ArgumentOutOfRangeException | count is < 0 or > array length minus offset. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.