CodeTypeDeclaration.IsStruct Property

Definition

Gets or sets a value indicating whether the type is a value type (struct).

public:
 property bool IsStruct { bool get(); void set(bool value); };
public bool IsStruct { get; set; }
member this.IsStruct : bool with get, set
Public Property IsStruct As Boolean

Property Value

true if the type is a value type; otherwise, false.

Applies to