Exists() публичный Метод

public Exists ( string typeName ) : bool
typeName string
Результат bool
Пример #1
0
 public bool IsTypeMappingAvailable(Type type)
 {
     return(_typeMappings.Exists(type.FullName));
 }