DelegateProxyAttribute(Type) Constructor

Definition

Specifies the delegate type that is used to proxy managed delegates into Objective-C blocks.

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

Parameters

delegateType
Type

The delegate type

Applies to