Show / Hide Table of Contents

Class MarkingsEnumerator

Inheritance
System.Object
MarkingsEnumerator
Namespace: Content.Shared.Humanoid.Markings
Assembly: Content.Shared.dll
Syntax
public sealed class MarkingsEnumerator : IEnumerator<Marking>

Constructors

| Improve this Doc View Source

MarkingsEnumerator(List<Marking>, Boolean)

Declaration
public MarkingsEnumerator(List<Marking> markings, bool reverse)
Parameters
Type Name Description
List<Marking> markings
System.Boolean reverse

Properties

| Improve this Doc View Source

Current

Declaration
public Marking Current { get; }
Property Value
Type Description
Marking

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

MoveNext()

Declaration
public bool MoveNext()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Reset()

Declaration
public void Reset()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾