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

從 中移除TrustLevelTrustLevelCollection索引位置。

適用於