Пример #1
0
 public override IEnumerable <MethodDesc> GetVirtualMethods()
 {
     foreach (var typicalMethodDef in _typeDef.GetVirtualMethods())
     {
         yield return(_typeDef.Context.GetMethodForInstantiatedType(typicalMethodDef, this));
     }
 }