Name | Description | |
---|---|---|
![]() | Add | Overloaded. Add the specified LogMessageGroup item to the collection |
![]() | Clear | Clear the entire contents of the logMessageGroup collection |
![]() | Contains | Indicates if the supplied collection object is present in the collection |
![]() | ContainsKey | Determines whether the collection contaions an element with the specified key. |
![]() | CopyTo | |
![]() | IndexOf | |
![]() | Insert | |
![]() | Remove | Remove the specified LogMessageGroup item. If the LogMessageGroup isn't in the collection, no exception is thrown. |
![]() | RemoveAt | |
![]() | TryGetValue | Retrieve an item from the collection by its key if present. If not present, the default value of the object is returned. |