CodeTypeDeclaration.IsStruct Propriedade
Definição
Obtém ou define um valor que indica se o tipo é um tipo de valor (struct).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
Valor da propriedade
true se o tipo é um tipo de valor; caso contrário, false.true if the type is a value type; otherwise, false.