C# Класс TypeHasMultipleLifecycleAttributes, Runtime

Exception that gets thrown when a Type has multiple lifecycle attributes.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
TypeHasMultipleLifecycleAttributes ( Type, type ) : System,

Initializes a new instance of the TypeHasMultipleLifecycleAttributes class.

Описание методов

TypeHasMultipleLifecycleAttributes() публичный Метод

Initializes a new instance of the TypeHasMultipleLifecycleAttributes class.
public TypeHasMultipleLifecycleAttributes ( Type, type ) : System,
type Type, The type that has multiple lifecycle attributes.
Результат System,