QueryActionCollection<T> 成员
包括受保护的成员
包括继承的成员
QueryActionCollection<T> 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Count | 获取集合中项的数目 (从 OrderedCollectionBase<T> 继承。) | |
IsReadOnly | 获取一个值,该值指示集合是否只读的。 (覆盖 OrderedCollectionBase<T>.IsReadOnly。) | |
Item[Int32] | 获取集合中的位置的项。位置是从零开始。 (从 OrderedCollectionBase<T> 继承。) | |
Item[Guid] | 获取一个 QueryAction 对象,通过其 id。 | |
MaxSize | (从 OrderedCollectionBase<T> 继承。) |
页首
方法
页首
域
名称 | 说明 | |
---|---|---|
_OrderedItems | (从 OrderedCollectionBase<T> 继承。) |
页首
显式 接口 实现
名称 | 说明 | |
---|---|---|
IEnumerable.GetEnumerator | (从 OrderedCollectionBase<T> 继承。) |
页首