예제 #1
0
파일: Matcher.cs 프로젝트: kittinap/kunnjae
 public virtual bool Matches(object value)
 {
     return(ArgumentType.IsInstanceOfType(value));
 }