C# Class Cedar.Core.ApplicationContexts.ApplicationContextExtensions

This class defines some extensions methods against ApplicationContext />.
Afficher le fichier Open project: Chinaccn/surfboard

Méthodes publiques

Méthode Description
DepedentClone ( this context ) : Cedar.Core.ApplicationContexts.DependentApplicationContext

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

Method Details

DepedentClone() public static méthode

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.
Résultat Cedar.Core.ApplicationContexts.DependentApplicationContext