AcTools.Utils.Helpers.JsonExtension.ToJObject C# (CSharp) 메소드

ToJObject() 공개 정적인 메소드

public static ToJObject ( this geoTagsEntry ) : JArray
geoTagsEntry this
리턴 JArray
        public static JArray ToJObject(this GeoTagsEntry geoTagsEntry) {
            return new JArray(geoTagsEntry.Latitude, geoTagsEntry.Longitude);
        }