共用方式為


FullTrustAssemblyCollection.RemoveAt(Int32) 方法

定義

從集合中的指定索引處移除 FullTrustAssembly 物件。

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

參數

index
Int32

要從集合移除的項目索引。

適用於