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