GroupViewCollection - конструктор |
Пространство имён:
Tessa.UI.Data
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис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
- Тип: System.Collections.IEnumerable
- groupProperty
- Тип: System.Reflection.PropertyInfo
- groupComparer
- Тип: System.Collections.IComparer
- sortProperty
- Тип: System.Reflection.PropertyInfo
- sortComparer
- Тип: System.Collections.IComparer
См. также