docs.unity3d.com
    Show / Hide Table of Contents

    Class TextWriterOutput

    Wraps a TextWriter so that it can be used for output.

    Inheritance
    Object
    TextWriterOutput
    Namespace: UnityEngine.Localization.SmartFormat.Core.Output
    Syntax
    public class TextWriterOutput : object, IOutput

    Constructors

    TextWriterOutput(TextWriter)

    Declaration
    public TextWriterOutput(TextWriter output)
    Parameters
    Type Name Description
    TextWriter output

    Properties

    Output

    Declaration
    public TextWriter Output { get; }
    Property Value
    Type Description
    TextWriter

    Methods

    Write(String, Int32, Int32, IFormattingInfo)

    Declaration
    public void Write(string text, int startIndex, int length, IFormattingInfo formattingInfo)
    Parameters
    Type Name Description
    String text
    Int32 startIndex
    Int32 length
    IFormattingInfo formattingInfo
    Implements
    IOutput.Write(String, Int32, Int32, IFormattingInfo)

    Write(String, IFormattingInfo)

    Declaration
    public void Write(string text, IFormattingInfo formattingInfo)
    Parameters
    Type Name Description
    String text
    IFormattingInfo formattingInfo
    Implements
    IOutput.Write(String, IFormattingInfo)

    Extension Methods

    TupleExtensions.IsValueTuple(Object)
    TupleExtensions.GetValueTupleItemObjects(Object)
    TupleExtensions.GetValueTupleItemObjectsFlattened(Object)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023