ASP.NET Core MVC コントロールヘルプ
CollectionViewService(IEnumerable<Object>) メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ControlBuilderFactory クラス > CollectionViewService メソッド : CollectionViewService(IEnumerable<Object>) メソッド
The sourceCollection
Create a CollectionViewServiceBuilder.
シンタックス
'宣言
 
Public Overloads Function CollectionViewService( _
   Optional ByVal sourceCollection As System.Collections.Generic.IEnumerable(Of Object) _
) As CollectionViewServiceBuilder(Of Object)
public CollectionViewServiceBuilder<object> CollectionViewService( 
   System.Collections.Generic.IEnumerable<object> sourceCollection
)

パラメータ

sourceCollection
The sourceCollection

戻り値の型

The CollectionViewServiceBuilder
参照

ControlBuilderFactory クラス
ControlBuilderFactory メンバ
オーバーロード一覧