LLamaPos
Namespace: LLama.Native
Indicates position in a sequence
public struct LLamaPos
Inheritance Object → ValueType → LLamaPos
Implements IEquatable<LLamaPos>
Fields
Value
The raw value
public int Value;
Methods
ToString()
string ToString()
Returns
GetHashCode()
int GetHashCode()
Returns
Equals(Object)
bool Equals(object obj)
Parameters
obj
Object
Returns
Equals(LLamaPos)
bool Equals(LLamaPos other)
Parameters
other
LLamaPos