RequiredAttributeAttribute.RequiredContract Property

Definition

Gets a type that an importing compiler must fully understand.

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

Property Value

A type that an importing compiler must fully understand.

Remarks

This property is not supported in the .NET Framework version 2.0 and later.

Applies to