Class ParamTable
[MessagePackObject(false)]
public sealed class ParamTable : Table, IEquatable<Table>
- Inheritance
-
ParamTable
- Implements
- Inherited Members
Constructors
ParamTable(int)
public ParamTable(int number)
Parameters
numberint
Fields
Number
[Key(0)]
public readonly int Number
Field Value
Methods
Equals(Table?)
Indicates whether the current object is equal to another object of the same type.
public override bool Equals(Table? obj)
Parameters
objTable
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.