VirtualTypeBuilder.ConstructorInfoCollection.Remove(ConstructorInfo) 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 ConstructorInfo from the collection.
public:
void Remove(System::Reflection::ConstructorInfo ^ value);
public void Remove (System.Reflection.ConstructorInfo value);
member this.Remove : System.Reflection.ConstructorInfo -> unit
Public Sub Remove (value As ConstructorInfo)
Parameters
- value
- ConstructorInfo
The ConstructorInfo to remove from the collection.
Exceptions
value
is null
.