SerializableObjectData.IsArray Field

Definition

Indicates whether the SerializableObjectData describes a serializable array.

public: bool IsArray;
public bool IsArray;
val mutable IsArray : bool
Public IsArray As Boolean 

Field Value

Remarks

IsArray is true if the SerializableObjectData describes an array; otherwise, IsArray is false.

If IsArray and IsArrayElement are both true, the SerializableObjectData describes a jagged array.

Applies to