[This is preliminary documentation and is subject to change.]
Adds an object to the end of the BaseComparatorCollection.
| C# | Visual Basic | Visual C++ |
public int Add( BaseComparator value )
Public Function Add ( _ value As BaseComparator _ ) As Integer
public: int Add( BaseComparator^ value )
- value (BaseComparator)
- The BaseComparator to be added to the end of the BaseComparatorCollection.
The BaseComparatorCollection index at which the value has been added.