Server.MultiTextWriter.Remove C# (CSharp) Method

Remove() public method

public Remove ( TextWriter tw ) : void
tw System.IO.TextWriter
return void
        public void Remove( TextWriter tw )
        {
            m_Streams.Remove( tw );
        }