C# Class Microsoft.Fast.AST.RecordSort

Inheritance: FastSort
Afficher le fichier Open project: AutomataDotNet/Automata Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty RecordSort
fieldSorts FastSort>.Dictionary
fields FastSort>>.List

Méthodes publiques

Méthode Description
PrettyPrint ( StringBuilder sb ) : void
RecordSort ( FastSort>.IEnumerable attrs ) : System
getSort ( FastToken id ) : FastSort

Method Details

PrettyPrint() public méthode

public PrettyPrint ( StringBuilder sb ) : void
sb StringBuilder
Résultat void

RecordSort() public méthode

public RecordSort ( FastSort>.IEnumerable attrs ) : System
attrs FastSort>.IEnumerable
Résultat System

getSort() public méthode

public getSort ( FastToken id ) : FastSort
id FastToken
Résultat FastSort

Property Details

Empty public_oe static_oe property

public static RecordSort,Microsoft.Fast.AST Empty
Résultat RecordSort

fieldSorts public_oe property

public Dictionary fieldSorts
Résultat FastSort>.Dictionary

fields public_oe property

public List> fields
Résultat FastSort>>.List