BListCompareProperty
Identità
Namespace:
B.BReflectionsAssembly:
BFrameworkTipo: class
Interfacce:
IComparer<PropertyInfo>Sorgente API: versione
5.0.0
Scopo
Tipo pubblico B-Arts del namespace B.BReflections. La responsabilità concreta è rappresentata dai membri pubblici elencati di seguito.
Dichiarazione
public class BListCompareProperty : IComparer<PropertyInfo>
Costruttori
BListCompareProperty(eTypeOrder typeOrder, bool orderByCategory = false)
Proprietà
| Proprietà | Tipo | Accesso |
|---|---|---|
OrderByCategory |
bool |
get/set |
TypeOrder |
eTypeOrder |
get/set |
Metodi
int Compare(PropertyInfo? x, PropertyInfo? y)
Tipi annidati
eTypeOrder
Crescente, Decrescente
Esempi
Consultare BListCompareProperty - Esempi.
