TypeName.IsSZArray Property

Definition

Gets a value that indicates whether this type represents a single-dimensional, zero-indexed array (for example, "int[]").

public:
 property bool IsSZArray { bool get(); };
public bool IsSZArray { get; }
member this.IsSZArray : bool
Public ReadOnly Property IsSZArray As Boolean

Property Value

Applies to