ObjCRuntime.BlockProxyAttribute Class
Attributed used to notify the runtime which class is used to wrap Objective-C blocks into C# delegates.

See Also: BlockProxyAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false)]
public sealed class BlockProxyAttribute : Attribute

Remarks

This type is used by the internals of

This attribute is applied on parameters and is used by the compilation infrastructure to locate the helper class that is used to turn an Objective-C block into a C# delegate that can later be invoked by C# code to trigger a native block execution.

Requirements

Namespace: ObjCRuntime
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0