| AkPropertyComparerT Constructor (Type, String, Boolean) |
构造函数。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic AkPropertyComparer(
Type type,
string name,
bool ascending
)
Parameters
- type
- Type: SystemType
类型。 - name
- Type: SystemString
属性名称。 - ascending
- Type: SystemBoolean
是否升序。
See Also