C# Class Hypermedia.Metadata.ContractResolverExtensions

Afficher le fichier Open project: cosullivan/Hypermedia

Méthodes publiques

Méthode Description
CanResolve ( this resolver, Type type ) : bool

Returns a value indicating whether or not the given type can be resolved.

Method Details

CanResolve() public static méthode

Returns a value indicating whether or not the given type can be resolved.
public static CanResolve ( this resolver, Type type ) : bool
resolver this The contract resolver to perform the operation on.
type System.Type The CLR type to test whether it can be resolved.
Résultat bool