namespace IFramework { /// /// 属于环境 /// public interface IBelongToEnvironment { /// /// 环境 /// IEnvironment env { get; } } }