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
Methods
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Equals(FeatureList?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(FeatureList? other)
Parameters
other
FeatureListAn object to compare with this object.
Returns
Get(nuint)
[Version("2.42")]
public Feature Get(nuint index)
Parameters
index
nuint
Returns
GetGType()
public static Type GetGType()
Returns
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
Ref()
[Version("2.42")]
public FeatureList Ref()
Returns
Unref()
[Version("2.42")]
public void Unref()