xSQL.Schema.Core Namespace : CollectionDictionaryBase<TItem> Class |
For a list of all members of this type, see CollectionDictionaryBase<TItem> members.
Name | Description | |
---|---|---|
![]() | Add | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | AddRange | Adds the items from otherCollection to this collection. |
![]() | Clear | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | Contains | Overloaded. Indicates whether the collection contains an element with the specified id. |
![]() | CopyFrom | Overloaded. Copies the otherCollection to this collection. |
![]() | CopyTo | Overloaded. Copies this collection to the otherCollection. |
![]() | GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | GetItemById | Returns the element with the specified id. |
![]() | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | Remove | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | ToString | Returns a string that contains collection elements formatted as comma-separated values. |