Exemplo n.º 1
0
        protected override object GetMissingPropertyValue(string jsPropertyName)
        {
            if (RealObject.ContainsKey(jsPropertyName))
            {
                return(Page.ScriptMarshaller.Wrap(RealObject[jsPropertyName]));
            }

            return(base.GetMissingPropertyValue(jsPropertyName));
        }
Exemplo n.º 2
0
 public virtual bool ContainsKey(TGroup group) => RealObject.ContainsKey(group);
 public virtual bool ContainsKey(TGroup group)
 {
     return(RealObject.ContainsKey(group));
 }