ContractClassForAttribute.TypeContractsAreFor Property

Definition

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

Property Value

The type that this contract applies to.

Applies to