Interface IKey
Do not use this interface, if you are not absolutely sure what it does.
Namespace: Venflow
Assembly: Venflow.Keys.dll
Syntax
public interface IKey
Properties
| Improve this Doc View SourceBoxedValue
The boxed representation of the value this instance is representing.
Declaration
object? BoxedValue { get; }
Property Value
Type | Description |
---|---|
Nullable<Object> |