Show / Hide Table of Contents

    Struct ConvertUtils.TypeConvertKey

    Implements
    System.IEquatable<ConvertUtils.TypeConvertKey>
    Inherited Members
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Bayat.Json.Utilities
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public struct TypeConvertKey : IEquatable<ConvertUtils.TypeConvertKey>

    Constructors

    | Improve this Doc View Source

    TypeConvertKey(Type, Type)

    Declaration
    public TypeConvertKey(Type initialType, Type targetType)
    Parameters
    Type Name Description
    System.Type initialType
    System.Type targetType

    Properties

    | Improve this Doc View Source

    InitialType

    Declaration
    public readonly Type InitialType { get; }
    Property Value
    Type Description
    System.Type
    | Improve this Doc View Source

    TargetType

    Declaration
    public readonly Type TargetType { get; }
    Property Value
    Type Description
    System.Type

    Methods

    | Improve this Doc View Source

    Equals(ConvertUtils.TypeConvertKey)

    Declaration
    public bool Equals(ConvertUtils.TypeConvertKey other)
    Parameters
    Type Name Description
    ConvertUtils.TypeConvertKey other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

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

    Implements

    System.IEquatable<T>
    • Improve this Doc
    • View Source
    • 0 Comments