Search Results for

    Show / Hide Table of Contents

    Class ToMutable<T>

    Abstract class that helps converting an immutable type object into another mutable object, helping it in the serialization.

    Inheritance
    object
    ToMutable<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Common.Serialization.YAML
    Assembly: Evergine.Common.dll
    Syntax
    public abstract class ToMutable<T>
    Type Parameters
    Name Description
    T

    The generic immutable type.

    Methods

    ToImmutable()

    Converts the element into the original immutable type.

    Declaration
    public abstract T ToImmutable()
    Returns
    Type Description
    T

    An immutable instance containing the this instance data.

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX