CodeTypeDeclaration.IsStruct Proprietà

Definizione

Ottiene o imposta un valore che indica se il tipo è un tipo valore (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

Valore della proprietà

true se il tipo è un tipo valore; in caso contrario, false.

Si applica a