ContractClassForAttribute.TypeContractsAreFor 属性
定义
获取此代码协定应用于的类型。Gets the type that this code contract applies to.
public:
property Type ^ TypeContractsAreFor { Type ^ get(); };
public Type TypeContractsAreFor { get; }
member this.TypeContractsAreFor : Type
Public ReadOnly Property TypeContractsAreFor As Type
属性值
此协定应用于的类型。The type that this contract applies to.