Extensions.IsGenericEnumerableType(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type implements generic IEnumerable.
public static bool IsGenericEnumerableType (this Type type);
static member IsGenericEnumerableType : Type -> bool
<Extension()>
Public Function IsGenericEnumerableType (type As Type) As Boolean
Parameters
- type
- Type
Type to check.
Returns
True if implements generic IEnumerable.