QueryCollection MethodsCleanCode C# Libraries v1.2.03 API
The QueryCollection type exposes the following members.
Methods

  NameDescription
Public methodOnlineAdd (Inherited from OnlineCollection Query .)
Public methodOnlineClear (Inherited from OnlineCollection Query .)
Protected methodOnlineClearItems (Inherited from OnlineCollection Query .)
Public methodOnlineContains (Inherited from OnlineCollection Query .)
Public methodOnlineCopyTo (Inherited from OnlineCollection Query .)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetEnumerator (Inherited from OnlineCollection Query .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineIndexOf (Inherited from OnlineCollection Query .)
Public methodOnlineInsert (Inherited from OnlineCollection Query .)
Protected methodOnlineInsertItem (Inherited from OnlineCollection Query .)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineRemove (Inherited from OnlineCollection Query .)
Public methodOnlineRemoveAt (Inherited from OnlineCollection Query .)
Protected methodOnlineRemoveItem (Inherited from OnlineCollection Query .)
Protected methodOnlineSetItem
Replaces the element at the specified index.
(Inherited from OnlineCollection Query .)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also