public void OnMsg(Env env, string msg) { _Block(env, msg); }
//SILP:IN_DICT_ASPECT_MIXIN_CONSTRUCTOR(DictInDictAspect) protected DictInDictAspect(TO owner, string key) : base(owner, key) //__SILP__ { _Context = owner == null ? null : owner.GetContext(); //__SILP__ _Path = Env.GetAspectPath(this); //__SILP__ _Uri = Env.GetAspectUri(this); //__SILP__ } //__SILP__
//SILP:IN_TABLE_ASPECT_MIXIN_CONSTRUCTOR(InTableAspect) protected InTableAspect(TO owner, int index) : base(owner, index) //__SILP__ { _Context = owner == null ? null : owner.GetContext(); //__SILP__ _Path = Env.GetAspectPath(this); //__SILP__ _Uri = Env.GetAspectUri(this); //__SILP__ } //__SILP__