Acr.Geofencing.GeofenceSettings.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

public static GetInstance ( ) : GeofenceSettings
Résultat GeofenceSettings
        public static GeofenceSettings GetInstance()
        {
            return instanceLazy.Value;
        }
    }