Exists() public méthode

public Exists ( string typeName ) : bool
typeName string
Résultat bool
Exemple #1
0
 public bool IsTypeMappingAvailable(Type type)
 {
     return(_typeMappings.Exists(type.FullName));
 }