Show / Hide Table of Contents

    Class CollectionFormatter

    Inheritance
    Object
    TypeFormatter
    CollectionFormatter
    Inherited Members
    TypeFormatter.Type
    TypeFormatter.OnAfterDeserialize()
    TypeFormatter.OnBeforeSerialize()
    Namespace: QFSW.QC
    Assembly: QFSW.QC.dll
    Syntax
    [Serializable]
    public class CollectionFormatter : TypeFormatter, ISerializationCallbackReceiver

    Constructors

    CollectionFormatter(Type)

    Declaration
    [Preserve]
    public CollectionFormatter(Type type)
    Parameters
    Type Name Description
    Type type

    Fields

    LeftScoper

    Declaration
    [FormerlySerializedAs("leftScoper")]
    public string LeftScoper
    Field Value
    Type Description
    String

    RightScoper

    Declaration
    [FormerlySerializedAs("rightScoper")]
    public string RightScoper
    Field Value
    Type Description
    String

    SeperatorString

    Declaration
    [FormerlySerializedAs("seperatorString")]
    public string SeperatorString
    Field Value
    Type Description
    String

    Extension Methods

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