Struct BoxRef
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
[AlgoApiObject("", "", 0)]
public struct BoxRef : IEquatable<BoxRef>
Properties
Index
[i] Index of the foreign application that contains this box.
Declaration
[AlgoApiField("i")]
public ulong Index { get; set; }
Property Value
Name
[n] The name key of the box.
Declaration
public string Name { get; set; }
Property Value
NameBytes
Declaration
[AlgoApiField("n")]
public byte[] NameBytes { get; set; }
Property Value
Methods
Equals(BoxRef)
Declaration
public bool Equals(BoxRef other)
Parameters
Type |
Name |
Description |
BoxRef |
other |
|
Returns