Class CadenceArray
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceArray : Cadence, ICadence
Constructors
|
Improve this Doc
View Source
CadenceArray()
Declaration
|
Improve this Doc
View Source
CadenceArray(IList<ICadence>)
Declaration
public CadenceArray(IList<ICadence> 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<ICadence> Value { get; set; }
Property Value
Implements
Extension Methods