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