The
properties
of NUnit.Framework.Api.IPropertyBag are listed below. For a list of all members, see the IPropertyBag Members list.
Public Properties
| [read-only] | Count | int.
Get the number of key/value pairs in the property bag
|
default property | Item(string) | IList.
Gets or sets the list of values for a particular key
|
| [read-only] | Keys | ICollection<string>.
Gets a collection containing all the keys in the property set
|