Show / Hide Table of Contents

    Class ComponentParser

    Inheritance
    Object
    PolymorphicQcParser<Component>
    ComponentParser
    Implements
    IQcParser
    Inherited Members
    PolymorphicQcParser<Component>.Priority
    PolymorphicQcParser<Component>.CanParse(Type)
    PolymorphicQcParser<Component>.Parse(String, Type, Func<String, Type, Object>)
    PolymorphicQcParser<Component>.ParseRecursive(String, Type)
    PolymorphicQcParser<Component>.ParseRecursive<TElement>(String)
    Namespace: QFSW.QC.Parsers
    Assembly: QFSW.QC.Parsers.dll
    Syntax
    public class ComponentParser : PolymorphicQcParser<Component>, IQcParser

    Methods

    Parse(String, Type)

    Declaration
    public override Component Parse(string value, Type type)
    Parameters
    Type Name Description
    String value
    Type type
    Returns
    Type Description
    Component
    Overrides
    QFSW.QC.PolymorphicQcParser<UnityEngine.Component>.Parse(System.String, System.Type)

    Implements

    IQcParser

    Extension Methods

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