Show / Hide Table of Contents

    Class TypeFormatter

    Inheritance
    Object
    TypeFormatter
    CollectionFormatter
    TypeColorFormatter
    Namespace: QFSW.QC
    Assembly: QFSW.QC.dll
    Syntax
    [Serializable]
    public abstract class TypeFormatter : ISerializationCallbackReceiver

    Constructors

    TypeFormatter(Type)

    Declaration
    [Preserve]
    protected TypeFormatter(Type type)
    Parameters
    Type Name Description
    Type type

    Properties

    Type

    Declaration
    public Type Type { get; }
    Property Value
    Type Description
    Type

    Methods

    OnAfterDeserialize()

    Declaration
    public void OnAfterDeserialize()

    OnBeforeSerialize()

    Declaration
    public void OnBeforeSerialize()

    Extension Methods

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