QueryConditionCollection members
The QueryConditionCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the Collection (Inherited from OrderedCollectionBase<T>.) | |
IsReadOnly | (Overrides OrderedCollectionBase<T>.IsReadOnly.) | |
Item | Gets an item by its position in the collection. Position is zero-based. (Inherited from OrderedCollectionBase<T>.) | |
MaxSize | (Inherited from OrderedCollectionBase<T>.) |
Top
Methods
Top
Fields
Name | Description | |
---|---|---|
_OrderedItems | (Inherited from OrderedCollectionBase<T>.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | (Inherited from OrderedCollectionBase<T>.) |
Top