Ejemplo n.º 1
0
 internal static TypeUsage ValidateConstant(object value)
 {
     return(ArgumentValidation.ValidateConstant(value.GetType()));
 }