Blazor コントロール
GetSortDescriptions<T> メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス : GetSortDescriptions<T> メソッド
The data collection.
Returns a list of the current sort descriptions.
シンタックス
'宣言
 
Public Shared Function GetSortDescriptions(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T) _
) As System.Collections.Generic.IReadOnlyList(Of SortDescription)
public static System.Collections.Generic.IReadOnlyList<SortDescription> GetSortDescriptions<T>( 
   IDataCollection<T> dataCollection
)
where T: class

パラメータ

dataCollection
The data collection.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ