ModelMetadata.IsEnumerableType プロパティ

定義

列挙可能な型かどうかを ModelType 示す値を取得します。

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

プロパティ値

注釈

列挙可能な型は、 にIEnumerable割り当て可能な としてType定義され、 Stringは ではありません。

適用対象