BlockCallbackAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |