DeterministicTypeOrder
Gets a deterministic ordering comparer for IType. Sort key: kind, then — for named types — containing namespace, declaring type, name, and type arguments; arrays by rank and element type; pointers by pointed-at type; type parameters by kind and index. The specific order is an implementation detail but is stable.
Declaration
IComparer<IType> DeterministicTypeOrder { get; }Property Value
| Type | Description |
|---|---|
| IComparer<IType> |