IOptional.ValueType property

Gets the type of the value that can be stored by this IOptional instance.

public Type ValueType { get; }

Property Value

The type of the value that can be stored by this IOptional instance.

See Also