Name | Description | |
---|---|---|
![]() | Count | |
![]() | IsReadOnly | |
![]() | Item | |
![]() | Parent | The parent group that owns this group collection. May be null in the case of the root message group collection. |
The following tables list the members exposed by LogMessageGroupCollection.
Name | Description | |
---|---|---|
![]() | Count | |
![]() | IsReadOnly | |
![]() | Item | |
![]() | Parent | The parent group that owns this group collection. May be null in the case of the root message group collection. |
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. |
Name | Description | |
---|---|---|
![]() | OnCollectionChanged | Called whenever the collection changes. |
Name | Description | |
---|---|---|
![]() | CollectionChanged | Raised every time the collection's contents are changed to allow subscribers to automatically track changes. |