示例#1
0
 public static IShieldWith MustBeOfType <TType>(object instance, params object[] messageParameters)
 {
     return(Instance.MustBeOfType <TType>(instance, messageParameters));
 }