Class ParsingEventBuffer
Inheritance
System.Object
ParsingEventBuffer
Implements
YamlDotNet.Core.IParser
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.CustomRoles.API.Features.Parsers
Assembly: Exiled.CustomRoles.dll
Syntax
public class ParsingEventBuffer : IParser
Constructors
| Improve this Doc View SourceParsingEventBuffer(LinkedList<ParsingEvent>)
Initializes a new instance of the ParsingEventBuffer class.
Declaration
public ParsingEventBuffer(LinkedList<ParsingEvent> events)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.LinkedList<YamlDotNet.Core.Events.ParsingEvent> | events | The System.Collections.Generic.LinkedList<T> instance. |
Properties
| Improve this Doc View SourceCurrent
Declaration
public ParsingEvent Current { get; }
Property Value
Type | Description |
---|---|
YamlDotNet.Core.Events.ParsingEvent |
Methods
| Improve this Doc View SourceMoveNext()
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean |
Reset()
Resets the buffer.
Declaration
public void Reset()
Implements
YamlDotNet.Core.IParser