ModelMetadata.IsEnumerableType Proprietà

Definizione

Ottiene un valore che indica se è o meno ModelType un tipo enumerabile.

public:
 property bool IsEnumerableType { bool get(); };
public bool IsEnumerableType { get; }
member this.IsEnumerableType : bool
Public ReadOnly Property IsEnumerableType As Boolean

Valore della proprietà

Commenti

Un tipo enumerabile è definito come oggetto Type che è assegnabile a IEnumerablee non è un oggetto String.

Si applica a