SimpleJSON.JSONNode.LoadFromCompressedFile C# (CSharp) Méthode

LoadFromCompressedFile() public static méthode

public static LoadFromCompressedFile ( string aFileName ) : JSONNode
aFileName string
Résultat 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");
		}