Class CadenceDictionary
Inheritance
CadenceDictionary
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceDictionary : Cadence, ICadence
Constructors
|
Improve this Doc
View Source
CadenceDictionary()
Declaration
public CadenceDictionary()
|
Improve this Doc
View Source
CadenceDictionary(IList<CadenceDictionaryKeyValue>)
Declaration
public CadenceDictionary(IList<CadenceDictionaryKeyValue> value)
Parameters
Properties
|
Improve this Doc
View Source
Type
Declaration
[JsonProperty("type")]
public override string Type { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Value
Declaration
[JsonProperty("value")]
public IList<CadenceDictionaryKeyValue> Value { get; set; }
Property Value
Implements
Extension Methods