Method UnionWith
UnionWith(IEnumerable<String>)
Adds all of the elements in the specified collection to this collection
Declaration
public void UnionWith(IEnumerable<string> other)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<System.String> | other |