'Declaration Public Function Add( _ ByVal value As CapabilityContainerOneValue _ ) As Integer
'Usage Dim instance As CapabilityContainerOneValueCollection Dim value As CapabilityContainerOneValue Dim value As Integer value = instance.Add(value)
public int Add( CapabilityContainerOneValue value )
public: int Add( CapabilityContainerOneValue* value )
public: int Add( CapabilityContainerOneValue^ value )
This method inserts a new CapabilityContainerOneValue object at the end of the collection. When this method is complete, the length of the collection will be one larger than it was and the element with the highest index will be the new object.