C# Class Ninject.ConstraintAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: ninject/Ninject

Méthodes publiques

Méthode Description
Matches ( IBindingMetadata metadata ) : bool

Determines whether the specified binding metadata matches the constraint.

Method Details

Matches() public abstract méthode

Determines whether the specified binding metadata matches the constraint.
public abstract Matches ( IBindingMetadata metadata ) : bool
metadata IBindingMetadata The metadata in question.
Résultat bool