예제 #1
0
 public bool CanHandle(PropertyInfo property)
 {
     return(entityIdentifier.Matches(property.PropertyType));
 }