Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Griffin
Container
NonFrameworkClasses
C# Class Griffin.Container.NonFrameworkClasses
Filter used when the registrar is looking for the services that a class implement.
This filter ignores all .NET Framework classes (i.e. all classes with a namespace that starts with "Microsoft." and "System.").
Inheritance:
IServiceFilter
Afficher le fichier
Open project: jgauffin/Griffin.Container
Méthodes publiques
Méthode
Description
CanRegisterAs
(
Type
service
) :
bool
Determines if a concrete can be registered as the specified type.
Method Details
CanRegisterAs()
public
méthode
Determines if a concrete can be registered as the specified type.
public
CanRegisterAs
(
Type
service
) :
bool
service
System.Type
Implemented service
Résultat
bool