ContractClassAttribute.TypeContainingContracts プロパティ

定義

この型のコード コントラクトを含む型を取得します。

public:
 property Type ^ TypeContainingContracts { Type ^ get(); };
public Type TypeContainingContracts { get; }
member this.TypeContainingContracts : Type
Public ReadOnly Property TypeContainingContracts As Type

プロパティ値

この型のコード コントラクトを含む型。

適用対象