Exemplo n.º 1
0
 public static string GetLambda()
 {
     return(NameRegister.Get(SpecialName.Lambda));
 }
Exemplo n.º 2
0
 public static string GetString()
 {
     return(NameRegister.Get("str"));
 }
Exemplo n.º 3
0
 public static string GetAnonymous()
 {
     return(NameRegister.Get(SpecialName.Anonymous));
 }
Exemplo n.º 4
0
 public static string GetBlock()
 {
     return(NameRegister.Get(SpecialName.Block));
 }