Interface IHashSet
Assembly: Eco.Core.dll
Syntax
public interface IHashSet : IEnumerable
Methods
Add(Object)
Declaration
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
ContainsCast(Object)
Declaration
bool ContainsCast(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Remove(Object)
Declaration
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Set(IEnumerable)
Declaration
void Set(IEnumerable objs)
Parameters
Type |
Name |
Description |
System.Collections.IEnumerable |
objs |
|
Extension Methods