mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
- 实现Get(Type type)方法以获取指定类型的单个实例 - 实现GetRequired(Type type)方法以获取指定类型的必需实例 - 实现GetAll(Type type)方法以获取指定类型的所有实例 - 在抽象层添加对应的接口定义 - 为新方法添加完整的XML文档注释 - 添加全局using System.Runtime指令