Search Results for

    Show / Hide Table of Contents

    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 Source

    ParsingEventBuffer(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 Source

    Current

    Declaration
    public ParsingEvent Current { get; }
    Property Value
    Type Description
    YamlDotNet.Core.Events.ParsingEvent

    Methods

    | Improve this Doc View Source

    MoveNext()

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

    Reset()

    Resets the buffer.

    Declaration
    public void Reset()

    Implements

    YamlDotNet.Core.IParser

    Extension Methods

    ParserExtension.TryFindMappingEntry(ParsingEventBuffer, Func<Scalar, Boolean>, out Scalar, out ParsingEvent)
    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX