зеркало из https://github.com/xamarin/ios-samples.git
c48c4d648c
The new .editorconfig is copied from the one in xamarin/xamarin-macios. Formatting was fixed using 'dotnet format whitespace --folder .' |
||
---|---|---|
.. | ||
Resources | ||
ViewControllers | ||
AppDelegate.cs | ||
Info.plist | ||
Main.cs | ||
README.md | ||
XMBindingLibrarySample.csproj |
README.md
XMBindingLibrarySample Sample Application
This project contains our Xamarin.iOS sample. It has a reference to XMBindingLibrary.dll and makes calls to our native library written in Objective-C from C#.
Example:
var utility = new XMUtilities();
var result = utility.Hello("Developer");
Console.WriteLine(result);