SafeHashSetT Constructor (IEnumerableT, IEqualityComparerT) |
Constructor
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public SafeHashSet(
IEnumerable<T> collection,
IEqualityComparer<T> comparer = null
)
Parameters
- collection
- Type: System.Collections.GenericIEnumerableT
Source collection - comparer (Optional)
- Type: System.Collections.GenericIEqualityComparerT
Equality comparer
See Also