Struct FixedString128.Enumerator
Namespace: Unity.Collections
Syntax
[ExcludeFromDocs]
public struct Enumerator
Constructors
Enumerator(FixedString128)
Declaration
public Enumerator(FixedString128 other)
Parameters
| Type | Name | Description |
|---|---|---|
| FixedString128 | 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 |