Share via


VirtualTypeBuilder.AttributeCollection.Remove(Attribute) Method

Definition

Removes the first occurrence of a specific Attribute from the VirtualTypeBuilder.AttributeCollection.

public:
 void Remove(Attribute ^ value);
public:
 void Remove(Platform::Metadata::Attribute ^ value);
public void Remove (Attribute value);
member this.Remove : Attribute -> unit
Public Sub Remove (value As Attribute)

Parameters

value
Attribute

The Attribute to remove from the collection.

Exceptions

value is null.

Applies to