CodeTypeDeclaration.IsStruct 属性

定义

获取或设置一个值,该值指示该类型是不是值类型(结构)。

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

属性值

如果该类型是值类型,则为 true;否则为 false

适用于