示例#1
0
文件: Proxy.cs 项目: gilind/workshop
 public override bool Contains(params IElement[] elements)
 {
     return(Reference.Contains(elements));
 }