NamedElementCollection<T>.Remove Method

Remove the named element from the collection.

Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public void Remove(
    string name
)
'Declaration
Public Sub Remove ( 
    name As String
)
public:
void Remove(
    String^ name
)

Parameters

See Also

NamedElementCollection<T> Class

NamedElementCollection<T> Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace