Exists() public method

public Exists ( string typeName ) : bool
typeName string
return bool
Ejemplo n.º 1
0
 public bool IsTypeMappingAvailable(Type type)
 {
     return(_typeMappings.Exists(type.FullName));
 }