Class TypedValue
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class TypedValue : ITypedValue
- Inheritance
-
TypedValue
- Implements
- Derived
- Inherited Members
Constructors
TypedValue(object)
public TypedValue(object value)
Parameters
valueobject
TypedValue(object, Type)
public TypedValue(object value, Type typeDescriptor)
Parameters
Fields
NULL
public static readonly TypedValue NULL
Field Value
Properties
TypeDescriptor
public Type TypeDescriptor { get; }
Property Value
Value
public object Value { get; }
Property Value
Methods
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.