protected override object GetMissingPropertyValue(string jsPropertyName) { if (RealObject.ContainsKey(jsPropertyName)) { return(Page.ScriptMarshaller.Wrap(RealObject[jsPropertyName])); } return(base.GetMissingPropertyValue(jsPropertyName)); }
public virtual bool ContainsKey(TGroup group) => RealObject.ContainsKey(group);
public virtual bool ContainsKey(TGroup group) { return(RealObject.ContainsKey(group)); }