Example #1
0
 /// <summary>
 /// Returns a value indicating whether or not the converter can convert the given type.
 /// </summary>
 /// <param name="type">The type to convert.</param>
 /// <returns>true if the type can be converted by this converter, false if not.</returns>
 public bool CanConvert(Type type)
 {
     return(_contractResolver.CanResolve(type));
 }