バージョン

GetIEnumerable<T> メソッド

モデルの IEnumerable プロパティの値を取得します。値が null の場合、T 型の IEnumerable が作成されます。
シンタックス
'宣言
 
Protected Function GetIEnumerable(Of T As {New, System.Collections.IEnumerable})( _
   ByVal property As System.String _
) As T
protected T GetIEnumerable<T>( 
   System.string property
)
where T: new(), System.Collections.IEnumerable

パラメータ

property
プロパティ名。

型パラメータ

T
プロパティのタイプ。

戻り値の型

プロパティの値。
参照

オンラインで表示: GitHub