- TInstance
- Any class.
IManagerItem - интерфейс Члены Смотри также Terrasoft.Core - пространство имен : IManagerItem - интерфейс C#
Glossary Item Box
public interface IManagerItem<TInstance> : IManagerItem where TInstance: class
- TInstance
- Any class.
Тип IManagerItem<TInstance> предоставляет следующие члены.
Имя | Описание | |
---|---|---|
Instance | The instance of the manager item of the current type. If the reference to an instance of the manager item is null , an exception is thrown. | |
SafeInstance | The safe instance of the manager item of the current type. If the reference to an instance of the manager item is null , null is returned. |