Table of Contents

Class CssLocation

Namespace
Gtk
Assembly
Gtk-4.0.dll
public sealed class CssLocation
Inheritance
CssLocation
Inherited Members

Constructors

CssLocation()

public CssLocation()

CssLocation(CssLocationOwnedHandle)

public CssLocation(CssLocationOwnedHandle handle)

Parameters

handle CssLocationOwnedHandle

Properties

Bytes

public nuint Bytes { get; set; }

Property Value

nuint

Chars

public nuint Chars { get; set; }

Property Value

nuint

Handle

public CssLocationOwnedHandle Handle { get; }

Property Value

CssLocationOwnedHandle

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(CssLocation?)

public bool Equals(CssLocation? other)

Parameters

other CssLocation

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.