XmlDictionaryReader.ReadInt64Array Method (String, String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Reads the contents of a series of nodes with the given localName and namespaceUri into an array of long integers (Int64).
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
'Declaration Public Overridable Function ReadInt64Array ( _ localName As String, _ namespaceUri As String _ ) As Long()
Parameters
- localName
- Type: System.String
The local name of the element.
- namespaceUri
- Type: System.String
The namespace URI of the element.
Show: