Method AsSet
AsSet<T>(T[])
Declaration
protected static ISet<T> AsSet<T>(params T[] args)
Parameters
Type | Name | Description |
---|---|---|
T[] | args |
Returns
Type | Description |
---|---|
ISet<T> |
Type Parameters
Name | Description |
---|---|
T |
AsSet(Object[])
Return
args
as a Declaration
public static ISet<object> AsSet(params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.Object[] | args |
Returns
Type | Description |
---|---|
ISet<System.Object> |