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