Show / Hide Table of Contents

    Class PrimitiveParser

    Inheritance
    Object
    PrimitiveParser
    Implements
    IQcParser
    Namespace: QFSW.QC.Parsers
    Assembly: QFSW.QC.Parsers.dll
    Syntax
    public class PrimitiveParser : IQcParser

    Properties

    Priority

    Declaration
    public int Priority { get; }
    Property Value
    Type Description
    Int32

    Methods

    CanParse(Type)

    Declaration
    public bool CanParse(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    Boolean

    Parse(String, Type, Func<String, Type, Object>)

    Declaration
    public object Parse(string value, Type type, Func<string, Type, object> recursiveParser)
    Parameters
    Type Name Description
    String value
    Type type
    Func<String, Type, Object> recursiveParser
    Returns
    Type Description
    Object

    Implements

    IQcParser

    Extension Methods

    ArraySingleExtensions.AsArraySingle<T>(T)
    CollectionExtensions.Yield<T>(T)
    Quantum Console by QFSW
    Back to top