'Declaration Public Sub AddRange( _ ByVal collection As IEnumerable(Of DataValue) _ )
public void AddRange( IEnumerable<DataValue> collection )
Parameters
- collection
- The DataValueCollection to add to the current collection.
'Declaration Public Sub AddRange( _ ByVal collection As IEnumerable(Of DataValue) _ )
public void AddRange( IEnumerable<DataValue> collection )