CodeTypeParameterCollection.Contains(CodeTypeParameter) 方法

定義

判斷集合是否包含指定的 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

適用於

另請參閱