RequiredAttributeAttribute(Type) Constructor

Definition

Initializes a new instance of the RequiredAttributeAttribute class.

public:
 RequiredAttributeAttribute(Type ^ requiredContract);
public RequiredAttributeAttribute (Type requiredContract);
new System.Runtime.CompilerServices.RequiredAttributeAttribute : Type -> System.Runtime.CompilerServices.RequiredAttributeAttribute
Public Sub New (requiredContract As Type)

Parameters

requiredContract
Type

A type that an importing compiler must fully understand.

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

Applies to