Server.MultiTextWriter.Remove C# (CSharp) Méthode

Remove() public méthode

public Remove ( TextWriter tw ) : void
tw System.IO.TextWriter
Résultat void
        public void Remove( TextWriter tw )
        {
            m_Streams.Remove( tw );
        }