VirtualTypeBuilder.PropertyInfoCollection.Remove(PropertyInfo) 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 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
.