CodeTypeDeclaration.IsStruct Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy typ jest typem wartości (struktura).

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

Wartość właściwości

true jeśli typ jest typem wartości; w przeciwnym razie , false.

Dotyczy