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