Exists() 공개 메소드

public Exists ( string typeName ) : bool
typeName string
리턴 bool
예제 #1
0
 public bool IsTypeMappingAvailable(Type type)
 {
     return(_typeMappings.Exists(type.FullName));
 }