ClrAssemblyFileCollection 類別

定義

表示 ClrAssemblyFile 物件的集合。 此類別無法獲得繼承。

[System.Runtime.InteropServices.Guid("8DB99C4E-C9A1-4b63-8C42-8D31A593E380")]
public sealed class ClrAssemblyFileCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("8DB99C4E-C9A1-4b63-8C42-8D31A593E380")>]
type ClrAssemblyFileCollection = class
    interface IList
    interface ICollection
    interface IEnumerable
Public NotInheritable Class ClrAssemblyFileCollection
Implements IList
繼承
ClrAssemblyFileCollection
屬性
實作

建構函式

ClrAssemblyFileCollection()

表示 ClrAssemblyFile 物件的集合。 此類別無法獲得繼承。

屬性

Count

取得集合所包含的項目數目。

Item[Int32]

取得或設定指定索引處的 ClrAssemblyFile 項目。

方法

Add(ClrAssemblyFile)

將指定的 ClrAssemblyFile 新增至集合的結尾。

AddRange(ICollection)

將指定項目集新增至集合結尾。

Clear()

移除集合的所有項目。

Contains(ClrAssemblyFile)

判斷指定的 ClrAssemblyFile 是否存在於集合中。

CopyTo(Array, Int32)

從特定的陣列索引開始,將集合元素複製到陣列。

IndexOf(ClrAssemblyFile)

搜尋指定的 ClrAssemblyFile,並傳回在集合內其以零為基底的索引。

Insert(Int32, ClrAssemblyFile)

將指定的 ClrAssemblyFile 插入集合中指定的索引位置。

Remove(ClrAssemblyFile)

從此集合移除指定的 ClrAssemblyFile

RemoveAt(Int32)

在指定的索引位置移除 ClrAssemblyFile

明確介面實作

ICollection.IsSynchronized

表示 ClrAssemblyFile 物件的集合。 此類別無法獲得繼承。

ICollection.SyncRoot

表示 ClrAssemblyFile 物件的集合。 此類別無法獲得繼承。

IEnumerable.GetEnumerator()

表示 ClrAssemblyFile 物件的集合。 此類別無法獲得繼承。

IList.Add(Object)

表示 ClrAssemblyFile 物件的集合。 此類別無法獲得繼承。

IList.Contains(Object)

表示 ClrAssemblyFile 物件的集合。 此類別無法獲得繼承。

IList.IndexOf(Object)

表示 ClrAssemblyFile 物件的集合。 此類別無法獲得繼承。

IList.Insert(Int32, Object)

表示 ClrAssemblyFile 物件的集合。 此類別無法獲得繼承。

IList.IsFixedSize

表示 ClrAssemblyFile 物件的集合。 此類別無法獲得繼承。

IList.IsReadOnly

表示 ClrAssemblyFile 物件的集合。 此類別無法獲得繼承。

IList.Item[Int32]

表示 ClrAssemblyFile 物件的集合。 此類別無法獲得繼承。

IList.Remove(Object)

表示 ClrAssemblyFile 物件的集合。 此類別無法獲得繼承。

適用於