Aracılığıyla paylaş


CodeTypeDeclaration.IsStruct Özellik

Tanım

Türün bir değer türü (yapı) olup olmadığını belirten bir değer alır veya ayarlar.

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

Özellik Değeri

true tür bir değer türüyse; aksi takdirde , false.

Şunlara uygulanır