Share via


BlockCallbackAttribute Class

Definition

This attribute is applied to delegate parameters in a delegate to specify that the delegate parameter needs an Objective-C Block-style bridge.

[System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false)]
public class BlockCallbackAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false)>]
type BlockCallbackAttribute = class
    inherit Attribute
Inheritance
BlockCallbackAttribute
Attributes

Constructors

Name Description
BlockCallbackAttribute()

Initializes a new instance of the BlockCallbackAttribute class.

Applies to

See also