Class MarkingsEnumerator
Inheritance
System.Object
MarkingsEnumerator
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
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
MoveNext()
Declaration
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Reset()
Declaration