Redzen.IO.MemoryBlockStream.Flush C# (CSharp) Méthode

Flush() public méthode

Overrides Stream.Flush so that no action is performed.
public Flush ( ) : void
Résultat void
        public override void Flush()
        {
            // Memory based stream with nothing to flush; Do nothing.
        }