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