GroupViewCollection - конструктор
Пространство имён: Tessa.UI.DataСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public GroupViewCollection(
IEnumerable sourceCollection,
PropertyInfo groupProperty,
IComparer groupComparer,
PropertyInfo sortProperty,
IComparer sortComparer
)
Public Sub New (
sourceCollection As IEnumerable,
groupProperty As PropertyInfo,
groupComparer As IComparer,
sortProperty As PropertyInfo,
sortComparer As IComparer
)
public:
GroupViewCollection(
IEnumerable^ sourceCollection,
PropertyInfo^ groupProperty,
IComparer^ groupComparer,
PropertyInfo^ sortProperty,
IComparer^ sortComparer
)
new :
sourceCollection : IEnumerable *
groupProperty : PropertyInfo *
groupComparer : IComparer *
sortProperty : PropertyInfo *
sortComparer : IComparer -> GroupViewCollection
Параметры
- sourceCollection IEnumerable
-
- groupProperty PropertyInfo
-
- groupComparer IComparer
-
- sortProperty PropertyInfo
-
- sortComparer IComparer
-