Acr.Geofencing.GeofenceSettings.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : GeofenceSettings
리턴 GeofenceSettings
        public static GeofenceSettings GetInstance()
        {
            return instanceLazy.Value;
        }
    }