PropertyCollection<TContainer> A Generic.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 IPropertyBag<T0>.GetProperties.
| Parameter | Description |
|---|---|
| container | The container hosting the data. |
PropertyCollection<TContainer> A Generic.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 IPropertyBag<T0>.GetProperties in addition to any dynamic properties. If the container is a collection type all elements will be iterated.