Method UnionWith
UnionWith(IEnumerable<Char[]>)
Modifies the current CharArraySet to contain all elements that are present in itself, the specified collection, or both.
Declaration
public virtual bool UnionWith(IEnumerable<char[]> other)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.Char[]> | other | The collection whose elements should be merged into the CharArraySet. |
Returns
Type | Description |
---|---|
System.Boolean |
|
UnionWith(IEnumerable<ICharSequence>)
Modifies the current CharArraySet to contain all elements that are present in itself, the specified collection, or both.
Declaration
public virtual bool UnionWith(IEnumerable<ICharSequence> other)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<ICharSequence> | other | The collection whose elements should be merged into the CharArraySet. |
Returns
Type | Description |
---|---|
System.Boolean |
|
UnionWith(IEnumerable<String>)
Modifies the current CharArraySet to contain all elements that are present in itself, the specified collection, or both.
Declaration
public virtual void UnionWith(IEnumerable<string> other)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.String> | other | The collection whose elements should be merged into the CharArraySet. |
Implements
UnionWith<T>(IEnumerable<T>)
Modifies the current CharArraySet to contain all elements that are present in itself, the specified collection, or both.
Declaration
public virtual bool UnionWith<T>(IEnumerable<T> other)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T> | other | The collection whose elements should be merged into the CharArraySet. |
Returns
Type | Description |
---|---|
System.Boolean |
|
Type Parameters
Name | Description |
---|---|
T |