Condividi tramite


CodeTypeDeclaration.IsStruct Proprietà

Definizione

Ottiene o imposta un valore che indica se il tipo è un tipo di valore, ad esempio una struttura.

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 di valore; in caso contrario, false.

Si applica a