C# Класс Cedar.Core.ApplicationContexts.ApplicationContextExtensions

This class defines some extensions methods against ApplicationContext />.
Показать файл Открыть проект

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

Метод Описание
DepedentClone ( this context ) : Cedar.Core.ApplicationContexts.DependentApplicationContext

Clone the specified ApplicationContext and create a new DependentApplicationContext />.

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

DepedentClone() публичный статический Метод

Clone the specified ApplicationContext and create a new DependentApplicationContext />.
public static DepedentClone ( this context ) : Cedar.Core.ApplicationContexts.DependentApplicationContext
context this The DependentApplicationContext to be cloned.
Результат Cedar.Core.ApplicationContexts.DependentApplicationContext