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