相关文章推荐
大气的电影票  ·  Faulting application ...·  3 周前    · 
老实的钥匙扣  ·  exec | Microsoft Learn·  1 年前    · 
睿智的葫芦  ·  浅谈WebAssembly - 简书·  1 年前    · 

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft Edge More info about Internet Explorer and Microsoft Edge
public ref class ImportingConstructorAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Constructor, AllowMultiple=false, Inherited=false)]
public class ImportingConstructorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Constructor, AllowMultiple=false, Inherited=false)>]
type ImportingConstructorAttribute = class
    inherit Attribute
Public Class ImportingConstructorAttribute
Inherits Attribute
Inheritance
ImportingConstructorAttribute

When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.

(Inherited from Attribute )

When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.

(Inherited from Attribute )

Retrieves the type information for an object, which can be used to get the type information for an interface.

(Inherited from Attribute )

Retrieves the number of type information interfaces that an object provides (either 0 or 1).

(Inherited from Attribute )