MTL4CreateBinaryFunctionCompletionHandler Delegate
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.
public delegate void MTL4CreateBinaryFunctionCompletionHandler(IMTL4BinaryFunction? function, NSError? error);
type MTL4CreateBinaryFunctionCompletionHandler = delegate of IMTL4BinaryFunction * NSError -> unit
Parameters
- function
- IMTL4BinaryFunction
- error
- NSError