The
properties
of NUnit.Framework.Internal.PropertyBag are listed below. For a list of all members, see the PropertyBag Members list.
See Also: Inherited members from System.Object
Public Properties
| [read-only] | Count | int.
Get the number of key/value pairs in the property set
|
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
|