Table of Contents

Class ParseLocation

Namespace
Gsk
Assembly
Gsk-4.0.dll
public sealed class ParseLocation
Inheritance
ParseLocation
Inherited Members

Constructors

ParseLocation()

public ParseLocation()

ParseLocation(ParseLocationOwnedHandle)

public ParseLocation(ParseLocationOwnedHandle handle)

Parameters

handle ParseLocationOwnedHandle

Properties

Bytes

public nuint Bytes { get; set; }

Property Value

nuint

Chars

public nuint Chars { get; set; }

Property Value

nuint

Handle

public ParseLocationOwnedHandle Handle { get; }

Property Value

ParseLocationOwnedHandle

LineBytes

public nuint LineBytes { get; set; }

Property Value

nuint

LineChars

public nuint LineChars { get; set; }

Property Value

nuint

Lines

public nuint Lines { get; set; }

Property Value

nuint

Methods

Equals(ParseLocation?)

public bool Equals(ParseLocation? other)

Parameters

other ParseLocation

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

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

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.