BlockLiteral.GetDelegateForBlock<T> Method
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.
Returns a managed delegate of type T that can invoke the native block.
public T GetDelegateForBlock<T>() where T : MulticastDelegate;
member this.GetDelegateForBlock : unit -> 'T (requires 'T :> MulticastDelegate)
Type Parameters
- T
The delegate type to create.
Returns
The delegate of type T for this block.
Remarks
This method supports the Xamarin.iOS runtime and is not intended for use by application developers.