Method GetCollectionFromTable
GetCollectionFromTable(LocalizationTable)
Returns the LocalizationTableCollection that the table is part of or null if the table has no collection.
Declaration
public static LocalizationTableCollection GetCollectionFromTable(LocalizationTable table)
Parameters
Type | Name | Description |
---|---|---|
LocalizationTable | table | The table to find the collection for. |
Returns
Type | Description |
---|---|
LocalizationTableCollection | The found collection or null if one could not be found. |