TrustLevelCollection.RemoveAt(Int32) Method

Definition

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

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parameters

index
Int32

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

Applies to