C# 클래스 Ninject.ConstraintAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: ninject/Ninject

공개 메소드들

메소드 설명
Matches ( IBindingMetadata metadata ) : bool

Determines whether the specified binding metadata matches the constraint.

메소드 상세

Matches() 공개 추상적인 메소드

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