GeneralResourceStorage.GetManager - метод Смотри также Terrasoft.Common - пространство имен > GeneralResourceStorage - класс : GetManager - метод C#
- managerName
- Name of a resource manager.
Glossary Item Box
public static ResourceManager GetManager( string managerName )
Параметры
- managerName
- Name of a resource manager.
Тип возвращаемого значения
The System.Resources.ResourceManager object with the managerName name.Исключение | Описание |
---|---|
ItemNotFoundException | If the resource manager with the name managerName was not found in the current resource store. |