KeyValueTable<VisualizerLengthUnit>.AddRange Method
Adds the elements in the specified collection to the KeyValueTable<VisualizerLengthUnit>.
Thread safety: This method is not thread-safe. Show
AddRange(IEnumerable< VisualizerLengthUnit > items)
Adds the elements in the specified collection to the KeyValueTable<VisualizerLengthUnit>.Syntax
public void AddRange(
IEnumerable< KeyValuePair< AttributeValue, VisualizerLengthUnit > > items
)
Parameters
items
Type: A collection of key and value pairs.
The collection whose elements should be added to the table.
The collection whose elements should be added to the table.
Platforms
Windows, Linux, Android