BeerDrinkin.iOS.Services.DeviceInfoService.GetOSVersion C# (CSharp) Method

GetOSVersion() static private method

static private GetOSVersion ( ) : string
return string
        static string GetOSVersion()
        {
            return UIDevice.CurrentDevice.SystemVersion; 
        }