Operator Implicit
Implicit(WrappedNativeCallback<T> to T)
Gets a delegate from the raw native callback
Declaration
public static implicit operator T(WrappedNativeCallback<T> cb)
Parameters
public static implicit operator T(WrappedNativeCallback<T> cb)
WrappedNativeCallback<T> | cb | Callback to get the delegate for |
Returns
T | Delegate suitable for passing as an "in" parameter to native methods |