T_Cyjb_Collections_ObjectModel_ReadOnlyListBase_1 - CYJB/Cyjb GitHub Wiki

ReadOnlyListBase(T) 类

为泛型只读列表提供基类。

继承层次

System.Object
  Cyjb.Collections.ObjectModel.ReadOnlyCollectionBase(T)
    Cyjb.Collections.ObjectModel.ReadOnlyListBase(T)
Namespace: Cyjb.Collections.ObjectModel
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6

语法

C#

public abstract class ReadOnlyListBase<T> : ReadOnlyCollectionBase<T>, 
	IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IReadOnlyList<T>, 
	IReadOnlyCollection<T>, IList, ICollection

类型参数

 

T
列表中的元素类型。
  The ReadOnlyListBase(T) type exposes the following members.

构造函数

 

名称 说明
受保护的方法 ReadOnlyListBase(T) 初始化 ReadOnlyListBase(T) 类的新实例。
  Back to Top

属性

 

名称 说明
公共属性 Count 获取当前集合包含的元素数。 (继承自 ReadOnlyCollectionBase(T)。)
公共属性 Item 获取指定索引处的元素。
  Back to Top

方法

 

名称 说明
公共方法 Contains 确定当前列表是否包含指定对象。 (重写 ReadOnlyCollectionBase(T).Contains(T).)
公共方法 CopyTo 从特定的 Array 索引处开始,将当前集合 的元素复制到一个 Array 中。 (继承自 ReadOnlyCollectionBase(T)。)
公共方法 Equals Determines whether the specified object is equal to the current object. (继承自 Object。)
受保护的方法 Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。)
公共方法 GetEnumerator 返回一个循环访问集合的枚举器。 (继承自 ReadOnlyCollectionBase(T)。)
公共方法 GetHashCode Serves as the default hash function. (继承自 Object。)
受保护的方法 GetItemAt 返回指定索引处的元素。
受保护的方法 GetSyncRoot 获取一个可用于同步对当前集合的访问的对象。 (继承自 ReadOnlyCollectionBase(T)。)
公共方法 GetType Gets the Type of the current instance. (继承自 Object。)
公共方法 IndexOf 确定当前列表中指定对象的索引。
受保护的方法 MemberwiseClone Creates a shallow copy of the current Object. (继承自 Object。)
公共方法 ToString Returns a string that represents the current object. (继承自 Object。)
  Back to Top

扩展方法

 

名称 说明
公共扩展器方法 AddRange(T) 将指定集合的元素添加到当前集合中。 (由 CollectionUtil 定义。)
公共扩展器方法 AsReadOnly(T)() 已重载。 返回当前列表的只读包装。 (由 ListUtil 定义。)
公共扩展器方法 AsReadOnly(T)() 已重载。 返回当前集合的只读包装。 (由 CollectionUtil 定义。)
公共扩展器方法 BinarySearch(T)(T, IComparer(T)) 已重载。 在指定排序 IList(T) 中搜索特定元素。 (由 ListUtil 定义。)
公共扩展器方法 BinarySearch(T)(Int32, Int32, T, IComparer(T)) 已重载。 在排序 IList(T) 的某个元素范围中搜索值。 (由 ListUtil 定义。)
公共扩展器方法 BinarySearch(T, TResult)(TResult, Func(T, TResult), IComparer(TResult)) 已重载。 在整个排序 IList(T) 中搜索特定元素。 (由 ListUtil 定义。)
公共扩展器方法 BinarySearch(T, TResult)(Int32, Int32, TResult, Func(T, TResult), IComparer(TResult)) 已重载。 在排序 IList(T) 的某个范围中搜索特定元素。 (由 ListUtil 定义。)
公共扩展器方法 InsertRange(T) 将指定集合的元素插入到当前列表的指定索引处。 (由 ListUtil 定义。)
公共扩展器方法 IsDistinct(T) 判断序列中是否不包含重复元素。 (由 EnumerableUtil 定义。)
公共扩展器方法 NextPermutation(T) 将当前列表中的元素变换为下一排列。 (由 ListUtil 定义。)
公共扩展器方法 PrevPermutation(T) 将当前列表中的元素变换为上一排列。 (由 ListUtil 定义。)
公共扩展器方法 Reverse(T)() 已重载。 翻转指定的列表。 (由 ListUtil 定义。)
公共扩展器方法 Reverse(T)(Int32, Int32) 已重载。 翻转指定列表的指定部分。 (由 ListUtil 定义。)
公共扩展器方法 Suffle(T) 随机打乱当前列表中元素的顺序。 (由 ListUtil 定义。)
  Back to Top

参见

Reference

Cyjb.Collections.ObjectModel 命名空间

⚠️ **GitHub.com Fallback** ⚠️