NullTextWriter Class
Namespace
Statiq.Common
Interfaces
  • IDisposable
  • IAsyncDisposable
Base Types
  • object
  • MarshalByRefObject
  • TextWriter
graph BT Type-->Base0["TextWriter"] Base0-->Base1["MarshalByRefObject"] Base1-->Base2["object"] Type-.->Interface0["IDisposable"] Type-.->Interface1["IAsyncDisposable"] Type["NullTextWriter"] class Type type-node

Syntax

public class NullTextWriter : TextWriter, IDisposable, IAsyncDisposable

Properties

Name Property Type Summary
Encoding Encoding
Instance NullTextWriter
static

Extension Methods