Struct Version
Assembly: cs.temp.dll.dll
Syntax
public struct Version : IEquatable<Version>
Properties
Build
Declaration
public BuildVersion Build { get; set; }
Property Value
Genesis_hash_b64
Declaration
public byte[] Genesis_hash_b64 { get; set; }
Property Value
Genesis_id
Declaration
public string Genesis_id { get; set; }
Property Value
Versions
Declaration
public string[] Versions { get; set; }
Property Value
Methods
Equals(Version)
Declaration
public bool Equals(Version other)
Parameters
Type |
Name |
Description |
Version |
other |
|
Returns