ContractClassAttribute.TypeContainingContracts Property

Definition

Gets the type that contains the code contracts for this type.

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

Property Value

The type that contains the code contracts for this type.

Applies to