Implementation of NamedObjectWrapper which also implements IEnumerable<object>
.
More...
|
ICollection< object > | Items [get] |
| Exposes the items in this enumerable collection. More...
|
|
object | this[string key] [get, set] |
| Gets or sets the item with the specified key. More...
|
|
Implementation of NamedObjectWrapper which also implements IEnumerable<object>
.
CSF.Zpt.Tales.EnumerableObjectWrapperWithNamedItems.EnumerableObjectWrapperWithNamedItems |
( |
| ) |
|
|
inline |
virtual IEnumerator<object> CSF.Zpt.Tales.EnumerableObjectWrapperWithNamedItems.GetEnumerator |
( |
| ) |
|
|
inlinevirtual |
Gets the enumerator for the current collection.
- Returns
- The enumerator.
ICollection<object> CSF.Zpt.Tales.EnumerableObjectWrapperWithNamedItems.Items |
|
get |
Exposes the items in this enumerable collection.
The items.
The documentation for this class was generated from the following file:
- /home/craig/Projects/CSF.Zpt/CSF.Zpt/Tales/EnumerableObjectWrapperWithNamedItems.cs