IRead |
public interface IReadOnlyPropertyBag
The IReadOnlyPropertyBag type exposes the following members.
Name | Description | |
---|---|---|
GetValueT(PropertyKeyT) | Gets the value of a property. This method will throw an exception if the property is not found in the bag. | |
GetValueT(PropertyKeyT, T) | Gets the value of a property. If the property is not found in the bag, the provided default value is returned. | |
TryGetValueT | Tries to get the value of a property. |