示例#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));
 }