Compartir a través de


PropertyBag.Contains Método

Definición

Sobrecargas

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

Parámetros

Devoluciones

Implementaciones

Se aplica a

Contains(String, Object)

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

Parámetros

key
String
value
Object

Devoluciones

Implementaciones

Se aplica a