'宣言 Public Shared Function GetGroupDescriptions(Of T As Class)( _ ByVal dataCollection As IDataCollection(Of T) _ ) As System.Collections.Generic.IReadOnlyList(Of GroupDescription)
public static System.Collections.Generic.IReadOnlyList<GroupDescription> GetGroupDescriptions<T>( IDataCollection<T> dataCollection ) where T: class
パラメータ
- dataCollection
- The data collection.
型パラメータ
- T