다음을 통해 공유


PropertyBag.Contains 메서드

정의

오버로드

Contains(PropertyEntry)
Contains(String, Object)

Contains(PropertyEntry)

public bool Contains (NUnit.Framework.Api.PropertyEntry entry);
abstract member Contains : NUnit.Framework.Api.PropertyEntry -> bool
override this.Contains : NUnit.Framework.Api.PropertyEntry -> bool

매개 변수

반환

구현

적용 대상

Contains(String, Object)

public bool Contains (string key, object value);
abstract member Contains : string * obj -> bool
override this.Contains : string * obj -> bool

매개 변수

key
String
value
Object

반환

구현

적용 대상