Show / Hide Table of Contents

Struct TagBuilder

Represents a "half-open" tag waiting for its children. Note that the TagBuilder MUST be disposed exactly once, immediately after the children have been written.

Implements
IDisposable
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Eighty.Twenty
Assembly: Eighty.dll
Syntax
public struct TagBuilder : IDisposable

Methods

| Improve this Doc View Source

Dispose()

Write the closing tag. This method MUST be called exactly once, immediately after the children have been written.

Declaration
public void Dispose()

Implements

System.IDisposable
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX