IgnoreMemberAttribute Constructor

Definition

Initializes a new instance of the IgnoreMemberAttribute class.

public:
 IgnoreMemberAttribute();
public IgnoreMemberAttribute ();
Public Sub New ()

Remarks

The parameterless constructor initializes any fields to their default values.

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to