Show / Hide Table of Contents

Class TextWriterExtensions

Inheritance
System.Object
TextWriterExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class TextWriterExtensions

Methods

| Improve this Doc View Source

WriteIndent(TextWriter, Int32)

Declaration
public static void WriteIndent(this TextWriter writer, int count)
Parameters
Type Name Description
TextWriter writer
System.Int32 count
| Improve this Doc View Source

WriteString(TextWriter, String, Int32, Int32)

Declaration
public static void WriteString(this TextWriter writer, string string, int offset, int length)
Parameters
Type Name Description
TextWriter writer
System.String string
System.Int32 offset
System.Int32 length
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾