Table of Contents

Method IsEnumerableType

Namespace
Bonsai
Assembly
Bonsai.Core.dll

IsEnumerableType(Type)

Tests whether the specified type implements the generic enumerable interface.

public static bool IsEnumerableType(Type type)

Parameters

type Type

The Type to test.

Returns

bool

true if the type implements the generic enumerable interface; otherwise, false.