[Missing <summary> documentation for "T:Ipswitch.Messaging.Framework.SettingCollection"]
Inheritance Hierarchy
System.Collections.ObjectModelCollectionISetting
System.Collections.ObjectModelKeyedCollectionString, ISetting
Ipswitch.Messaging.FrameworkSettingCollection
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The SettingCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SettingCollection | Initializes a new instance of the SettingCollection class |
Methods
Name | Description | |
---|---|---|
![]() | Add | Adds an object to the end of the CollectionT. (Inherited from CollectionISetting.) |
![]() | Clear | Removes all elements from the CollectionT. (Inherited from CollectionISetting.) |
![]() | Contains(TKey) | Determines whether the collection contains an element with the specified key. (Inherited from KeyedCollectionString, ISetting.) |
![]() | Contains(T) | Determines whether an element is in the CollectionT. (Inherited from CollectionISetting.) |
![]() | CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionISetting.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Inherited from CollectionISetting.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Inherited from CollectionISetting.) |
![]() | Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionISetting.) |
![]() | Remove(TKey) | Removes the element with the specified key from the KeyedCollectionTKey, TItem. (Inherited from KeyedCollectionString, ISetting.) |
![]() | Remove(T) | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionISetting.) |
![]() | RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionISetting.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Comparer | Gets the generic equality comparer that is used to determine equality of keys in the collection. (Inherited from KeyedCollectionString, ISetting.) |
![]() | Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionISetting.) |
![]() | ItemTKey | Gets the element with the specified key. (Inherited from KeyedCollectionString, ISetting.) |
![]() | ItemInt32 | Gets or sets the element at the specified index. (Inherited from CollectionISetting.) |
See Also