TrustLevelCollection.RemoveAt(Int32) 方法

定义

TrustLevel 对象中移除位于指定索引位置的 TrustLevelCollection 对象。

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

参数

index
Int32

要从 TrustLevel 中移除的 TrustLevelCollection 的索引位置。

适用于