Table of Contents

Method GetEnumerator

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<KeyValuePair<Ability, sbyte>> GetEnumerator()

Returns

IEnumerator<KeyValuePair<Ability, sbyte>>

An enumerator that can be used to iterate through the collection.