Table of Contents

Class AttrIterator

Namespace
Pango
Assembly
Pango-1.0.dll
public sealed class AttrIterator : BoxedRecord, IEquatable<AttrIterator>
Inheritance
AttrIterator
Implements
Inherited Members

Constructors

AttrIterator(AttrIteratorOwnedHandle)

public AttrIterator(AttrIteratorOwnedHandle handle)

Parameters

handle AttrIteratorOwnedHandle

Properties

Handle

public AttrIteratorOwnedHandle Handle { get; }

Property Value

AttrIteratorOwnedHandle

Methods

Copy()

public AttrIterator Copy()

Returns

AttrIterator

Destroy()

public void Destroy()

Equals(AttrIterator?)

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

public bool Equals(AttrIterator? other)

Parameters

other AttrIterator

An object to compare with this object.

Returns

bool

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

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.

Get(AttrType)

public Attribute? Get(AttrType type)

Parameters

type AttrType

Returns

Attribute

GetAttrs()

[Version("1.2")]
public SList GetAttrs()

Returns

SList

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.

Next()

public bool Next()

Returns

bool

Range(out int, out int)

public void Range(out int start, out int end)

Parameters

start int
end int