DeserializableConfigurationElementCollectionBase<TElement> Methods
The DeserializableConfigurationElementCollectionBase<TElement> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ForEach |
Execute the provided action on every item in sequence.
(Defined by EnumerableExtensions.) |
![]() | JoinStrings |
Create a single string from a sequenc of items, separated by the provided separator,
and with the conversion to string done by the item's ToString() method.
(Defined by EnumerableExtensions.) |
![]() | JoinStrings |
Create a single string from a sequenc of items, separated by the provided separator,
and with the conversion to string done by the given converter.
(Defined by EnumerableExtensions.) |
![]() | ReadElementByType |
Deserialize an element, basing the element type on the one
supplied at runtime, and then store the element into the
given elementCollection.
(Defined by ConfigurationElementExtensions.) |
![]() | ReadUnwrappedElement |
Deserialize an element of the given type, store it in
the collection object, and
(Defined by ConfigurationElementExtensions.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection.CopyTo | (Inherited from ConfigurationElementCollection.) |
