Exemplo n.º 1
0
 /// <summary>
 /// Verifies that type user type can work with the specified code type.
 /// </summary>
 /// <param name="codeType">The code type.</param>
 /// <returns><c>true</c> if user type can work with the specified code type; <c>false</c> otherwise</returns>
 public static bool VerifyCodeType(CodeType codeType)
 {
     return(typeSelector.VerifyCodeType(codeType));
 }