Struct FixedString4096.Enumerator | Collections | 0.8.0-preview.5
docs.unity.cn
    Show / Hide Table of Contents

    Struct FixedString4096.Enumerator

    Namespace: Unity.Collections
    Syntax
    public struct Enumerator

    Constructors

    Enumerator(FixedString4096)

    Declaration
    public Enumerator(FixedString4096 other)
    Parameters
    Type Name Description
    FixedString4096 other

    Properties

    Current

    Declaration
    public Unicode.Rune Current { get; }
    Property Value
    Type Description
    Unicode.Rune

    Methods

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX