Ejemplo n.º 1
0
 static Type Send(TypeResolutionArgs args)
 {
     Debug.Assert(args != null);
     return _message.Send(args);
 }
Ejemplo n.º 2
0
 static Type Send(TypeResolutionArgs args)
 {
     Debug.Assert(args != null);
     return(_message.Send(args));
 }