Method GetRowEnumeratorUnsorted
GetRowEnumeratorUnsorted<TTable, TEntry>(IList<TTable>)
Returns an enumerable for stepping through the rows of the collection. Unlike GetRowEnumerator<TTable, TEntry>(IEnumerable<TTable>), the items are not sorted by Id and will be returned in the same order as they are stored in SharedData.
Declaration
protected static IEnumerable<LocalizationTableCollection.Row<TEntry>> GetRowEnumeratorUnsorted<TTable, TEntry>(IList<TTable> tables) where TTable : DetailedLocalizationTable<TEntry> where TEntry : TableEntry
Parameters
Type | Name | Description |
---|---|---|
IList<TTable> | tables |
Returns
Type | Description |
---|---|
IEnumerable<LocalizationTableCollection.Row<TEntry>> |
Type Parameters
Name | Description |
---|---|
TTable | |
TEntry |