'Declaration Public Function Add( _ ByVal value As EnhancementResult _ ) As Integer
'Usage Dim instance As EnhancementResultsCollection Dim value As EnhancementResult Dim value As Integer value = instance.Add(value)
public int Add( EnhancementResult value )
public: int Add( EnhancementResult* value )
public: int Add( EnhancementResult^ value )
Parameters
- value
- The element that this method will add to the end of the collection.
Return Value
The zero-based index of the newly added element.