C# 클래스 Microsoft.Fast.AST.RecordSort

상속: FastSort
파일 보기 프로젝트 열기: AutomataDotNet/Automata 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty RecordSort
fieldSorts FastSort>.Dictionary
fields FastSort>>.List

공개 메소드들

메소드 설명
PrettyPrint ( StringBuilder sb ) : void
RecordSort ( FastSort>.IEnumerable attrs ) : System
getSort ( FastToken id ) : FastSort

메소드 상세

PrettyPrint() 공개 메소드

public PrettyPrint ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

RecordSort() 공개 메소드

public RecordSort ( FastSort>.IEnumerable attrs ) : System
attrs FastSort>.IEnumerable
리턴 System

getSort() 공개 메소드

public getSort ( FastToken id ) : FastSort
id FastToken
리턴 FastSort

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static RecordSort,Microsoft.Fast.AST Empty
리턴 RecordSort

fieldSorts 공개적으로 프로퍼티

public Dictionary fieldSorts
리턴 FastSort>.Dictionary

fields 공개적으로 프로퍼티

public List> fields
리턴 FastSort>>.List