ServiceNameElementCollection::RemoveAt Method (Int32)

 

The Remove method removes a ServiceNameElement instance from this ServiceNameElementCollection based on the index specified.

Namespace:   System.Security.Authentication.ExtendedProtection.Configuration
Assembly:  System (in System.dll)

public:
void RemoveAt(
	int index
)

Parameters

index
Type: System::Int32

The index of the ServiceNameElement instance to remove from this ServiceNameElementCollection.

.NET Framework
Available since 2.0
Return to top
Show: