Yaml .NET Parser

Preprocessor Class

The Preprocessor class Given a character stream, this class will walk through that stream. NOTE: Comments are not longer skipped at this level, but now in the last level instead. (because of problems with comments within the buffer) NOTE: Null characters are skipped, read nulls should be escaped. \0

For a list of all members of this type, see Preprocessor Members.

System.Object
   Preprocessor
      IndentationProcessor

public class Preprocessor

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Missing <remarks> documentation for T:Yaml.Preprocessor

Requirements

Namespace: Yaml

Assembly: Yaml (in Yaml.dll)

See Also

Preprocessor Members | Yaml Namespace