C# Class Ninject.ConstraintAttribute

Inheritance: System.Attribute
Show file Open project: ninject/Ninject

Public Methods

Method Description
Matches ( IBindingMetadata metadata ) : bool

Determines whether the specified binding metadata matches the constraint.

Method Details

Matches() public abstract method

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