Compartir a través de


Extensions.IsIList(Type) Método

Definición

El tipo implementa IList.

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

Parámetros

type
Type

Escriba para comprobar.

Devoluciones

True si implementa IList.

Se aplica a