ClrAssemblyFileCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 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 对象集合。 此类不能被继承。 |