Share via


VirtualTypeBuilder.FieldInfoCollection.Remove(FieldInfo) Method

Definition

Removes the first occurrence of a specific FieldInfo from the collection.

public:
 void Remove(System::Reflection::FieldInfo ^ value);
public void Remove (System.Reflection.FieldInfo value);
member this.Remove : System.Reflection.FieldInfo -> unit
Public Sub Remove (value As FieldInfo)

Parameters

value
FieldInfo

The FieldInfo to remove from the collection.

Exceptions

value is null.

Applies to