Table of Contents

Class ParamTable

Namespace
The.SQL.QIR.Tables
Assembly
Instagile.dll
[MessagePackObject(false)]
public sealed class ParamTable : Table, IEquatable<Table>
Inheritance
ParamTable
Implements
Inherited Members

Constructors

ParamTable(int)

public ParamTable(int number)

Parameters

number int

Fields

Number

[Key(0)]
public readonly int Number

Field Value

int

Methods

Equals(Table?)

Indicates whether the current object is equal to another object of the same type.

public override bool Equals(Table? obj)

Parameters

obj Table

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.