RequiredAttributeAttribute(Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.