Share via


VirtualTypeBuilder.PropertyInfoCollection.Remove(PropertyInfo) Method

Definition

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

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

Parameters

value
PropertyInfo

The PropertyInfo to remove from the collection.

Exceptions

value is null.

Applies to