AcTools.Utils.Helpers.JsonExtension.ToJObject C# (CSharp) Méthode

ToJObject() public static méthode

public static ToJObject ( this geoTagsEntry ) : JArray
geoTagsEntry this
Résultat JArray
        public static JArray ToJObject(this GeoTagsEntry geoTagsEntry) {
            return new JArray(geoTagsEntry.Latitude, geoTagsEntry.Longitude);
        }