次の方法で共有


SpecialTypeConstraintKind 列挙型

定義

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class SpecialTypeConstraintKind
[System.Flags]
public enum SpecialTypeConstraintKind
[<System.Flags>]
type SpecialTypeConstraintKind = 
Public Enum SpecialTypeConstraintKind
継承
SpecialTypeConstraintKind
属性

フィールド

Constructor 4

コンストラクター制約があります (つまり、C# の 'new' 制約)

None 0
ReferenceType 1

参照型制約があります (つまり、C# の 'class' 制約)

ValueType 2

値型制約 (つまり、C# の 'struct' 制約) を持ちます。

適用対象