Method GetRowEnumeratorUnsorted
GetRowEnumeratorUnsorted()
Returns an enumerator that can be used to step through each key and its localized values, such as in a foreach loop. This version does not sort the items by the Key Id but instead returns them in the order of the Entries. If the order of the rows is not important then using GetRowEnumerator() will provide better performance.
Declaration
public IEnumerable<LocalizationTableCollection.Row<StringTableEntry>> GetRowEnumeratorUnsorted()
Returns
Type | Description |
---|---|
IEnumerable<LocalizationTableCollection.Row<StringTableEntry>> |