AttributeSet.GetEnumerator Method
Returns an enumerator that iterates through all elements in the AttributeSet.
Thread safety: This method is not thread-safe. Show
GetEnumerator()
Returns an enumerator that iterates through all elements in the AttributeSet.Syntax
public IEnumerator< KeyValuePair< Atom, AttributeValue > > GetEnumerator ( )
Return Value
Type: All key and value pairs in the AttributeSet.
An enumerator that iterates through all elements in the attribute set.
An enumerator that iterates through all elements in the attribute set.
Platforms
Windows, Linux, Android