Pchp.Library.Streams.TextWriteFilter.OnClose C# (CSharp) Method

OnClose() public method

Called when the containig stream is being closed.
public OnClose ( ) : void
return void
        public void OnClose() { }
    }