Example #1
0
 Unit GetTable(Unit p_key)
 {
     if (MethodTable != null)
     {
         return(MethodTable.Get(p_key));
     }
     throw new Exception("List does not contain a Method Table: " + p_key.ToString());
 }