Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.WriteValue(long[]) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class > WriteValue Method : WriteValue(Int64[]) Method



value
The array containing a single or multiple 64-bit signed integers.

Encodes a single or multiple 64-bit signed integers using Fast Infoset's binary encoding and writes the result at the current position in the element content.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overloads Public Sub WriteValue( _
   ByVal value() As Long _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim value() As Long
 
instance.WriteValue(value)
C# 
public void WriteValue( 
   long[] value
)
C++/CLI 
public:
void WriteValue( 
   array<long>^ value
) 

Parameters

value
The array containing a single or multiple 64-bit signed integers.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also