VirtualTypeBuilder.ConstructorInfoCollection.Remove Method

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

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

声明
Public Sub Remove ( _
    value As ConstructorInfo _
)
用法
Dim instance As VirtualTypeBuilder..::..ConstructorInfoCollection
Dim value As ConstructorInfo

instance.Remove(value)
public void Remove(
    ConstructorInfo value
)
public:
void Remove(
    ConstructorInfo^ value
)
member Remove : 
        value:ConstructorInfo -> unit 
public function Remove(
    value : ConstructorInfo
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

value is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

VirtualTypeBuilder.ConstructorInfoCollection Class

VirtualTypeBuilder.ConstructorInfoCollection Members

Microsoft.VisualStudio.Shell.Design Namespace