Show / Hide Table of Contents

    Class SerializedType

    A class that converts a Type into a serializable object.

    Inheritance
    Object
    SerializedType
    Inherited Members
    Object.Equals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Core
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class SerializedType

    Constructors

    SerializedType(Type)

    Declaration
    public SerializedType(Type type)
    Parameters
    Type Name Description
    Type type

    Properties

    AssemblyQualifiedName

    Declaration
    public string AssemblyQualifiedName { get; }
    Property Value
    Type Description
    String

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    Type

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

    Methods

    Equals(SerializedType)

    Declaration
    public bool Equals(SerializedType other)
    Parameters
    Type Name Description
    SerializedType other
    Returns
    Type Description
    Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object otherObject)
    Parameters
    Type Name Description
    Object otherObject
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    Operators

    Equality(SerializedType, SerializedType)

    Declaration
    public static bool operator ==(SerializedType a, SerializedType b)
    Parameters
    Type Name Description
    SerializedType a
    SerializedType b
    Returns
    Type Description
    Boolean

    Inequality(SerializedType, SerializedType)

    Declaration
    public static bool operator !=(SerializedType a, SerializedType b)
    Parameters
    Type Name Description
    SerializedType a
    SerializedType b
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2020 East Side Games Inc.