UserDelegateTypeAttribute(Type) Constructor

Definition

Initializes a new attribute with the specified managed delegate type.

public UserDelegateTypeAttribute (Type userDelegateType);
new ObjCRuntime.UserDelegateTypeAttribute : Type -> ObjCRuntime.UserDelegateTypeAttribute

Parameters

userDelegateType
Type

The exposed managed delegate type that corresponds to the delegate this attribute is applied to.

Applies to