示例#1
0
 public object GetDestinationValue(object mappedObject)
 {
     return(UseDestinationValue
         ? DestinationProperty.GetValue(mappedObject)
         : null);
 }
示例#2
0
 public override int GetHashCode()
 {
     return(DestinationProperty.GetHashCode());
 }