C# 클래스 AbstractedSheep.ShuttleTrackerService.JsonHelper

파일 보기 프로젝트 열기: AbstractedSheep/Shuttle-Tracker

공개 메소드들

메소드 설명
ParseNetlink ( string url ) : Netlink

Parses the Netlink JSON from a given URL.

메소드 상세

ParseNetlink() 공개 정적인 메소드

Parses the Netlink JSON from a given URL.
public static ParseNetlink ( string url ) : Netlink
url string The URL pointing to the Netlink JSON file.
리턴 AbstractedSheep.ShuttleTrackerWorld.Netlink