зеркало из https://github.com/xamarin/ios-samples.git
14 строки
290 B
C#
Executable File
14 строки
290 B
C#
Executable File
using System;
|
|
|
|
namespace XMBindingLibrary {
|
|
partial class XMUtilities {
|
|
// NOTE:
|
|
// We can add additional members in this file that were never in the
|
|
// original binding.
|
|
public nint Subtract (nint operandUn, nint operandDeux)
|
|
{
|
|
return Add (operandUn, -operandDeux);
|
|
}
|
|
}
|
|
}
|