namespace AlicizaX.Runtime { /// /// 引用接口。 /// public interface IReference { /// /// 清理引用。 /// void Clear(); } }