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