DelegateProxyAttribute(Type) 构造函数

定义

指定用于将托管委托代理代理到 Objective-C 块的委托类型。

public DelegateProxyAttribute (Type delegateType);
new ObjCRuntime.DelegateProxyAttribute : Type -> ObjCRuntime.DelegateProxyAttribute

参数

delegateType
Type

委托类型

适用于