CodeTypeDeclaration.IsStruct Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of het type een waardetype (struct) is.

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

Waarde van eigenschap

true als het type een waardetype is; anders, false.

Van toepassing op