CategoryAttribute(Type) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类别扩展的类型。
public CategoryAttribute (Type type);
new ObjCRuntime.CategoryAttribute : Type -> ObjCRuntime.CategoryAttribute
参数
- type
- Type
要扩展的 Objective-C 类型。 这必须是 NSObject (或 NSObject 本身) 的子类。