SimpleJSON.JSONNode.SaveToCompressedFile C# (CSharp) Метод

SaveToCompressedFile() публичный Метод

public SaveToCompressedFile ( string aFileName ) : void
aFileName string
Результат void
		public void SaveToCompressedFile(string aFileName)
		{
			throw new Exception("Can't use compressed functions. You need include the SharpZipLib and uncomment the define at the top of SimpleJSON");
		}