TrustLevelCollection.RemoveAt Method (Int32)

 

Removes a TrustLevel object at the specified index location from the TrustLevelCollection object.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

public void RemoveAt(
	int index
)

Parameters

index
Type: System.Int32

The index location of the TrustLevel to remove from the TrustLevelCollection.

.NET Framework
Available since 2.0
Return to top
Show: