Compartilhar 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

Digite para verificar.

Retornos

True se implementar IEnumerable.

Aplica-se a