The methods 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
Add(string, object)Adds a key/value pair to the property set | ||
AddToXml(Xamarin.iOS.dll=NUnit.Framework.Api.XmlNode, bool)Documentation for this section has not yet been entered. | ||
Clear()Clears this instance. | ||
Contains(Xamarin.iOS.dll=NUnit.Framework.Api.PropertyEntry)Gets a flag indicating whether the specified key and value are present in the property set. | ||
Contains(string, object)Gets a flag indicating whether the specified key and value are present in the property set. | ||
ContainsKey(string)Gets a flag indicating whether the specified key has any entries in the property set. | ||
Get(string)Gets a single value for a key, using the first one if multiple values are present and returning null if the value is not found. | ||
GetEnumerator()Gets an enumerator for all properties in the property bag | ||
GetSetting(string, bool)Gets a single boolean value for a key, using the first one if multiple values are present and returning the default value if no entry is found. | ||
GetSetting(string, Enum)Gets a single Enum value for a key, using the first one if multiple values are present and returning the default value if no entry is found. | ||
GetSetting(string, int)Gets a single int value for a key, using the first one if multiple values are present and returning the default value if no entry is found. | ||
GetSetting(string, string)Gets a single string value for a key, using the first one if multiple values are present and returning the default value if no entry is found. | ||
Remove(string)Removes all entries for a key from the property set | ||
Remove(Xamarin.iOS.dll=NUnit.Framework.Api.PropertyEntry)Removes a specific PropertyEntry. If the entry is not found, no errr occurs. | ||
Remove(string, object)Removes a single entry if present. If not found, no error occurs. | ||
Set(string, object)Sets the value for a key, removing any other values that are already in the property set. | ||
ToXml(bool)Documentation for this section has not yet been entered. | ||