예제 #1
0
파일: SXPR.cs 프로젝트: zzllkk2003/everest
 /// <summary>
 /// Returns if the component collection contains the specified item
 /// </summary>
 public bool Contains(SXCM <T> item)
 {
     return(Terms.Contains(item));
 }