MessageCollectionBase.Remove Method
Include Protected Members
Include Inherited Members
Removes the object from the message collection object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Remove(Int32) | Removes the object with the specified ID value from the message collection object. | |
Remove(Int32, String) | Removes the object with the specified ID value and language from the message collection object. |
Top