RequiredAttributeAttribute.RequiredContract 属性

定义

获取导入编译器必须完全理解的类型。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

属性值

Type

导入编译器必须完全理解的类型。A type that an importing compiler must fully understand.

注解

此属性在 .NET Framework 版本2.0 及更高版本中不受支持。This property is not supported in the .NET Framework version 2.0 and later.

适用于