Partilhar via


Extensions.IsIEnumerable(Type) Método

Definição

O tipo implementa IEnumerable.

public static bool IsIEnumerable(this Type type);
static member IsIEnumerable : Type -> bool
<Extension()>
Public Function IsIEnumerable (type As Type) As Boolean

Parâmetros

type
Type

Escreva para verificar.

Devoluções

Verdadeiro se implementar IEnumerable.

Aplica-se a