PropertyBag.Remove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Remove(PropertyEntry) | |
Remove(String) | |
Remove(String, Object) |
Remove(PropertyEntry)
public void Remove (NUnit.Framework.Api.PropertyEntry entry);
abstract member Remove : NUnit.Framework.Api.PropertyEntry -> unit
override this.Remove : NUnit.Framework.Api.PropertyEntry -> unit
Parameters
- entry
- PropertyEntry
Implements
Applies to
Remove(String)
public void Remove (string key);
abstract member Remove : string -> unit
override this.Remove : string -> unit
Parameters
- key
- String