Class FixedArray<T>
Inheritance
FixedArray<T>
Assembly: Algorand.dll
Syntax
public class FixedArray<T> : Tuple where T : WireType
Type Parameters
Constructors
|
Edit this page
View Source
FixedArray(uint)
Declaration
public FixedArray(uint length)
Parameters
| Type |
Name |
Description |
| uint |
length |
|
|
Edit this page
View Source
FixedArray(uint, string)
Declaration
public FixedArray(uint length, string elementSpec)
Parameters
| Type |
Name |
Description |
| uint |
length |
|
| string |
elementSpec |
|
Properties
|
Edit this page
View Source
ElementSpec
Declaration
public string ElementSpec { get; }
Property Value
|
Edit this page
View Source
Length
Declaration
public uint Length { get; }
Property Value
Methods
|
Edit this page
View Source
From(object)
Create instance of the object from the value
Declaration
public override bool From(object instance)
Parameters
| Type |
Name |
Description |
| object |
instance |
C# variable
|
Returns
Overrides
|
Edit this page
View Source
ToByteArray()
Declaration
public byte[] ToByteArray()
Returns