Extensions.IsIEnumerable(Type) Methode

Definition

Type implementiert IEnumerable.

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

Parameter

type
Type

Geben Sie die zu überprüfende Eingabe ein.

Gibt zurück

True, wenn IEnumerable implementiert wird.

Gilt für: