Mono.CSharp.CSharpParser.YYRules.getRule C# (CSharp) Method

getRule() public static method

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