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
Exceptions
- ArgumentNullException
- Thrown when
typeisnull.
