Method GetProperties
GetProperties()
Get all properties stored in this item.
Declaration
public Dictionary<string, Property> GetProperties()
Returns
| Type | Description |
|---|---|
| Dictionary<string, Property> | Return a new dictionary containing all properties stored in this item. The returned dictionary is never null. |
GetProperties(Dictionary<string, Property>)
Get all properties stored in this item.
Declaration
public void GetProperties(Dictionary<string, Property> target)
Parameters
| Type | Name | Description |
|---|---|---|
| Dictionary<string, Property> | target | The dictionary to fill with the properties stored in this item. It is cleared before being filled. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if the given |