Show / Hide Table of Contents

Class ReverseMarkingEnumerator

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

Constructors

| Improve this Doc View Source

ReverseMarkingEnumerator(List<Marking>)

Declaration
public ReverseMarkingEnumerator(List<Marking> markings)
Parameters
Type Name Description
List<Marking> markings

Methods

| Improve this Doc View Source

GetEnumerator()

Declaration
public IEnumerator<Marking> GetEnumerator()
Returns
Type Description
IEnumerator<Marking>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾