TypedValue Struct
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Represents a value along with its associated type.
public readonly struct TypedValue : IEquatable<TypedValue>- Inheritance
- Implements
Constructors
| TypedValue(IType, object) | Initializes a new instance of the TypedValue struct with the specified type and value. |
Properties
| Type | Gets the type associated with the value. |
| Value | Gets the value itself. |
Methods
| Equals(TypedValue) | Determines whether the specified TypedValue is equal to the current TypedValue. |
| Equals(object) | Determines whether the specified object is equal to the current TypedValue. |
| GetHashCode() | Returns a hash code for the current TypedValue. |
| ToString() | Returns a string that represents the current TypedValue. |
Operators
| Equality(TypedValue, TypedValue) | Determines whether two specified TypedValue instances are equal. |
| Inequality(TypedValue, TypedValue) | Determines whether two TypedValue instances are not equal. |
