Exemplo n.º 1
0
 public AbcMethod GetMethod(CompilerMethodId id)
 {
     return(Compiler[id]);
 }
Exemplo n.º 2
0
 public AbcMethod this[CompilerMethodId id]
 {
     get { return(CompilerMethods[(int)id].Value); }
 }