Flow.Net
Show / Hide Table of Contents

Class CadenceDictionaryKeyValue

Inheritance
Object
CadenceDictionaryKeyValue
Namespace: Flow.Net.Sdk.Core.Cadence
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceDictionaryKeyValue

Properties

| Improve this Doc View Source

Key

Declaration
[JsonProperty("key")]
public ICadence Key { get; set; }
Property Value
Type Description
ICadence
| Improve this Doc View Source

Value

Declaration
[JsonProperty("value")]
public ICadence Value { get; set; }
Property Value
Type Description
ICadence
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX