KindMismatch Members | regdiff Code Documentation |
The KindMismatch type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | KindMismatch |
The constructor creates an object that represents a value that exists in both keys, but has different value kinds (and by definition
different values) in each of them.
|
Fields
Name | Description | |
---|---|---|
![]() | Key |
Key where the value was located
|
![]() | Value1 |
Value as it exists in the 1st key
|
![]() | Value2 |
Value as it exists in the 2nd key
|
See Also