Click or drag to resize

IReadOnlyPropertyBag Interface

A collection of properties that can be read from the bag.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IReadOnlyPropertyBag

The IReadOnlyPropertyBag type exposes the following members.

Properties
 NameDescription
Public propertyKeys Gets the property keys in this bag.
Top
Methods
 NameDescription
Public methodGetValueT(PropertyKeyT) Gets the value of a property. This method will throw an exception if the property is not found in the bag.
Public methodGetValueT(PropertyKeyT, T) Gets the value of a property. If the property is not found in the bag, the provided default value is returned.
Public methodTryGetValueT Tries to get the value of a property.
Top
See Also