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