xSQL.Schema.Core Namespace : CollectionDictionaryBase<TItem> Class |
The following tables list the members exposed by CollectionDictionaryBase<TItem>.
Name | Description | |
---|---|---|
![]() | CollectionDictionaryBase<TItem> Constructor | Initializes a new instance of the CollectionDictionaryBase<TItem> class. |
Name | Description | |
---|---|---|
![]() | Count | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | Item | Gets the element with the specified name. |
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. |