XmlDictionaryWriter.WriteArray 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

Writes repeated occurrences of a data type from 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 WriteArray(String, String, String, array<Boolean[], Int32, Int32) Writes values from a Boolean array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, String, String, array<DateTime[], Int32, Int32) Writes nodes from a DateTime array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, String, String, array<Decimal[], Int32, Int32) Writes nodes from a Decimal array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, String, String, array<Double[], Int32, Int32) Writes nodes from a Double array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, String, String, array<Guid[], Int32, Int32) Writes nodes from a Guid array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, String, String, array<Int16[], Int32, Int32) Writes nodes from a Int16 array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, String, String, array<Int32[], Int32, Int32) Writes nodes from a Int32 array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, String, String, array<Int64[], Int32, Int32) Writes nodes from a Int64 array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, String, String, array<Single[], Int32, Int32) Writes nodes from a Single array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, String, String, array<TimeSpan[], Int32, Int32) Writes nodes from a TimeSpan array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<Boolean[], Int32, Int32) Writes nodes from a Boolean array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<DateTime[], Int32, Int32) Writes nodes from a DateTime array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<Decimal[], Int32, Int32) Writes nodes from a Decimal array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<Double[], Int32, Int32) Writes nodes from a Double array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<Guid[], Int32, Int32) Writes nodes from a Guid array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<Int16[], Int32, Int32) Writes nodes from a Int16 array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<Int32[], Int32, Int32) Writes nodes from a Int32 array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<Int64[], Int32, Int32) Writes nodes from a Int64 array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<Single[], Int32, Int32) Writes nodes from a Single array.
Public methodSupported by Silverlight for Windows Phone WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<TimeSpan[], Int32, Int32) Writes nodes from a TimeSpan array.

Top