TrustLevelCollection.RemoveAt(Int32) Método
Definição
Remove um objeto TrustLevel no local do índice especificado do objeto TrustLevelCollection.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)
Parâmetros
- index
- Int32
A posição do índice de TrustLevel a ser removido do TrustLevelCollection.The index location of the TrustLevel to remove from the TrustLevelCollection.