Click or drag to resize
ValueWithType Class
Value and its type.
Inheritance Hierarchy
SystemObject
  Slash.SerializationValueWithType

Namespace: Slash.Serialization
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public class ValueWithType

The ValueWithType type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyType
Type of the value.
Public propertyTypeFullName
Full name of type.
Public propertyValue
Value of the type.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Protected methodEquals(ValueWithType)
Determines whether the specified ValueWithType is equal to the current ValueWithType.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Top
See Also