Table of Contents

Class FeatureList

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class FeatureList : BoxedRecord, IEquatable<FeatureList>
Inheritance
FeatureList
Implements
Inherited Members

Constructors

FeatureList(FeatureListOwnedHandle)

public FeatureList(FeatureListOwnedHandle handle)

Parameters

handle FeatureListOwnedHandle

Properties

Handle

public FeatureListOwnedHandle Handle { get; }

Property Value

FeatureListOwnedHandle

Methods

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.

Equals(FeatureList?)

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

public bool Equals(FeatureList? other)

Parameters

other FeatureList

An object to compare with this object.

Returns

bool

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

Get(nuint)

[Version("2.42")]
public Feature Get(nuint index)

Parameters

index nuint

Returns

Feature

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetLength()

public nuint GetLength()

Returns

nuint

Ref()

[Version("2.42")]
public FeatureList Ref()

Returns

FeatureList

Unref()

[Version("2.42")]
public void Unref()