public override object GetValue(object thisObj) { if (!Descriptor.ContainsKey(thisObj, Key)) { throw new KeyNotFoundException(); } return(Descriptor.GetValue(thisObj, Key)); }
public override object GetValue(object thisObj) { return(Descriptor.GetValue(thisObj, Key)); }