CodeTypeParameterCollection.Contains(CodeTypeParameter) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定集合是否包含指定的 CodeTypeParameter 对象。
public:
bool Contains(System::CodeDom::CodeTypeParameter ^ value);
public bool Contains(System.CodeDom.CodeTypeParameter value);
member this.Contains : System.CodeDom.CodeTypeParameter -> bool
Public Function Contains (value As CodeTypeParameter) As Boolean
参数
- value
- CodeTypeParameter
要 CodeTypeParameter 搜索的集合中的对象。
返回
true
CodeTypeParameter如果对象包含在集合中,则为 ;否则为 false。