ArraySize Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Specifies the size of a particular serialized array.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
Public ArraySize As Integer
public int ArraySize
public:
int ArraySize
val mutable ArraySize: int
public var ArraySize : int

Remarks

A value of -1 for the array size indicates that the array extends to the end of the stream.

.NET Framework Security

See Also

Reference

SerializationHintsAttribute Class

Microsoft.SPOT Namespace