QueryPropertyExpressionCollection members
The QueryPropertyExpressionCollection 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
Name | Description | |
---|---|---|
Clear | Removes all items from the collection. (Inherited from OrderedCollectionBase<T>.) | |
Contains | Determines whether the collection contains given best bet. (Inherited from OrderedCollectionBase<T>.) | |
CopyTo | Copies the item to an array, starting at a particular array index (Inherited from OrderedCollectionBase<T>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from OrderedCollectionBase<T>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Determines the position of the item in the collection. (Inherited from OrderedCollectionBase<T>.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveTo | Moves the item to the specified position in the collection. Position is zero-based. (Inherited from OrderedCollectionBase<T>.) | |
OnAfterChange | (Overrides OrderedCollectionBase<T>.OnAfterChange().) | |
OnPreAddInternal | (Inherited from OrderedCollectionBase<T>.) | |
OnPreChange | (Overrides OrderedCollectionBase<T>.OnPreChange().) | |
OnPreClearInternal | (Inherited from OrderedCollectionBase<T>.) | |
OnPreRemoveInternal | (Inherited from OrderedCollectionBase<T>.) | |
OnSerializationInitialize | (Inherited from OrderedCollectionBase<T>.) | |
Remove | Removes the item from the collection (Inherited from OrderedCollectionBase<T>.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
_OrderedItems | (Inherited from OrderedCollectionBase<T>.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | (Inherited from OrderedCollectionBase<T>.) |
Top