TypedValue Constructor

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Initializes a new instance of the TypedValue struct with the specified type and value.
public TypedValue(IType type, object value)

Parameters

type IType
The type of the value.
value object
The value itself.

Exceptions

ArgumentNullException
Thrown when type is null.