Mono.CSharp.CSharpParser.YYRules.getRule C# (CSharp) 메소드

getRule() 공개 정적인 메소드

public static getRule ( int index ) : string
index int
리턴 string
 public static string getRule (int index) {
    return yyRule [index];
 }
}
CSharpParser.YYRules