Compartir a través de


Extensions.IsIEnumerable(Type) Método

Definición

El 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

Escriba para comprobar.

Devoluciones

True si implementa IEnumerable.

Se aplica a