public static string GetDebugDescription(this MLCArithmeticOperation self) { return(CFString.FromHandle(MLCArithmeticOperationDebugDescription(self))); }
static extern /* NSString */ IntPtr MLCArithmeticOperationDebugDescription(MLCArithmeticOperation operation);