XmlDictionaryWriter.WriteArray Method (String, XmlDictionaryString, XmlDictionaryString, Decimal[], Int32, Int32)
Silverlight
Writes nodes from a Decimal array.
Namespace: System.Xml
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public virtual void WriteArray( string prefix, XmlDictionaryString localName, XmlDictionaryString namespaceUri, decimal[] array, int offset, int count )
Parameters
- prefix
- Type: System.String
The namespace prefix.
- 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.Decimal[]
The array that contains the nodes.
- offset
- Type: System.Int32
The starting index in the array.
- count
- Type: System.Int32
The number of nodes to get from 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.