Method GetEnumerableElementType
GetEnumerableElementType(object)
Get element type of an generic enumerable object.
Declaration
public static Type GetEnumerableElementType(this object target)
Parameters
Type | Name | Description |
---|---|---|
object | target | Generic enumerable object |
Returns
Type | Description |
---|---|
Type | Type of element |