Method Copy
Copy<T>(ISet<T>)
returns a copy of the given set as a CharArraySet. If the given set is a CharArraySet the ignoreCase property will be preserved.
Declaration
public static CharArraySet Copy<T>(ISet<T> set)
Parameters
Type | Name | Description |
---|---|---|
ISet<T> | set | A set to copy |
Returns
Type | Description |
---|---|
CharArraySet | a copy of the given set as a CharArraySet. If the given set is a CharArraySet the ignoreCase property will be preserved. |
Type Parameters
Name | Description |
---|---|
T |