Method IsGenericEnumerable
IsGenericEnumerable(object)
Determinate whether target object is belongs to generic enumerable, e.g. List, Dictionary, type or not.
Declaration
public static bool IsGenericEnumerable(this object target)
Parameters
Type | Name | Description |
---|---|---|
object | target | Object to be determinate. |
Returns
Type | Description |
---|---|
bool | True if object is generic enumerable |