VirtualTypeBuilder.AttributeCollection.Remove(Attribute) Method
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.
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
Exceptions
value
is null
.