Method GetRowEnumerator
GetRowEnumerator<TTable, TEntry>(IEnumerable<TTable>)
Returns an enumerable for stepping through the rows of the collection. Sorted by the SharedData entry Ids.
Declaration
protected static IEnumerable<LocalizationTableCollection.Row<TEntry>> GetRowEnumerator<TTable, TEntry>(IEnumerable<TTable> tables) where TTable : DetailedLocalizationTable<TEntry> where TEntry : TableEntry
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<TTable> | tables |
Returns
| Type | Description |
|---|---|
| IEnumerable<LocalizationTableCollection.Row<TEntry>> |
Type Parameters
| Name | Description |
|---|---|
| TTable | |
| TEntry |