SimpleJSON.JSONNode.LoadFromCompressedFile C# (CSharp) 메소드

LoadFromCompressedFile() 공개 정적인 메소드

public static LoadFromCompressedFile ( string aFileName ) : JSONNode
aFileName string
리턴 JSONNode
		public static JSONNode LoadFromCompressedFile(string aFileName)
		{
			throw new Exception("Can't use compressed functions. You need include the SharpZipLib and uncomment the define at the top of SimpleJSON");
		}