Пример #1
0
 /// <summary>
 /// Gets the generic method generator for given method identifier.
 /// Generic has to be resolved according to given search path.
 /// </summary>
 /// <param name="method">The method.</param>
 /// <param name="searchPath">The search path.</param>
 /// <returns>GeneratorBase.</returns>
 public override GeneratorBase GetGenericMethodGenerator(MethodID method, PathInfo searchPath)
 {
     requireBuilded();
     return(_methods.AccordingGenericId(method, searchPath));
 }
Пример #2
0
 /// <summary>
 /// Gets the generic method generator for given method identifier.
 /// Generic has to be resolved according to given search path.
 /// </summary>
 /// <param name="method">The method.</param>
 /// <param name="searchPath">The search path.</param>
 /// <returns>GeneratorBase.</returns>
 public override GeneratorBase GetGenericMethodGenerator(MethodID method, PathInfo searchPath)
 {
     return(_runtimeMethods.AccordingGenericId(method, searchPath));
 }