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
Methods
Copy()
public AttrIterator Copy()
Returns
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
AttrIteratorAn object to compare with this object.
Returns
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
Get(AttrType)
public Attribute? Get(AttrType type)
Parameters
type
AttrType
Returns
GetAttrs()
[Version("1.2")]
public SList GetAttrs()
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.
Next()
public bool Next()
Returns
Range(out int, out int)
public void Range(out int start, out int end)