PartialTrustVisibleAssemblyCollection.RemoveAt(Int32) 方法

定義

在指定索引處移除集合中的 PartialTrustVisibleAssembly 物件。

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

參數

index
Int32

要移除元素的索引。

適用於