Class CadenceVariableSizedArrayType
Inheritance
CadenceVariableSizedArrayType
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceVariableSizedArrayType : CadenceType, ICadenceType
Constructors
|
Improve this Doc
View Source
CadenceVariableSizedArrayType()
Declaration
public CadenceVariableSizedArrayType()
|
Improve this Doc
View Source
CadenceVariableSizedArrayType(ICadenceType)
Declaration
public CadenceVariableSizedArrayType(ICadenceType type)
Parameters
Properties
|
Improve this Doc
View Source
Kind
Declaration
[JsonProperty("kind")]
public override string Kind { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Type
Declaration
[JsonProperty("type")]
public ICadenceType Type { get; set; }
Property Value
Implements
Extension Methods