using System; namespace Blue { /// /// 链事件取消订阅事件的接口 /// public interface IChainEventUnSubscribe:IUnSubscribe { Type GetChainEventType(); } }