//SILP:IN_TABLE_ASPECT_MIXIN_CONSTRUCTOR(TableInTableAspect) protected TableInTableAspect(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__
//SILP:ASPECT_MIXIN_CONSTRUCTOR(DictAspect) protected DictAspect(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__