ConnectionInterfaceCollection.Contains(Type) 메서드

정의

개체에 특정 값이 ConnectionInterfaceCollection 포함되어 있는지 여부를 확인합니다.

public:
 bool Contains(Type ^ value);
public bool Contains(Type value);
member this.Contains : Type -> bool
Public Function Contains (value As Type) As Boolean

매개 변수

value
Type

에서 찾을 형식입니다 ConnectionInterfaceCollection.

반품

있으면 , 그렇지 않으면 .입니다.

적용 대상