C# Class Simple.Services.NullServiceClientProvider

Inheritance: IServiceClientProvider
Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode Description
Create ( Type contract ) : object
ProxyObject ( object obj, Type type, IInterceptor intercept ) : object

Method Details

Create() public méthode

public Create ( Type contract ) : object
contract System.Type
Résultat object

ProxyObject() public méthode

public ProxyObject ( object obj, Type type, IInterceptor intercept ) : object
obj object
type System.Type
intercept IInterceptor
Résultat object