Class ParsingEventBuffer
- Namespace
- Exiled.CustomRoles.API.Features.Parsers
- Assembly
- Exiled.CustomRoles.dll
Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.
public class ParsingEventBuffer : IParser
- Inheritance
-
ParsingEventBuffer
- Implements
-
IParser
- Inherited Members
- Extension Methods
Constructors
ParsingEventBuffer(LinkedList<ParsingEvent>)
Initializes a new instance of the ParsingEventBuffer class.
public ParsingEventBuffer(LinkedList<ParsingEvent> events)
Parameters
events
LinkedList<ParsingEvent>The LinkedList<T> instance.
Properties
Current
public ParsingEvent? Current { get; }
Property Value
- ParsingEvent
Methods
MoveNext()
public bool MoveNext()
Returns
Reset()
Resets the buffer.
public void Reset()