PropertyCollection<TContainer> A IEnumerator_1 structure for all properties.
Returns an enumerator that iterates through all static properties for the type.
This should return a subset properties returned by [[GetProperties(ref TContainer)]].
container | The container hosting the data. |
PropertyCollection<TContainer> A IEnumerator_1 structure for all properties.
Returns an enumerator that iterates through all static and dynamic properties for the given container.
This should return all static properties returned by [[GetProperties()]] in addition to any dynamic properties. If the container is a collection type all elements will be iterated.