RunspaceConfigurationEntryCollection<T>
Class
Definition
Define class for runspace configuration entry collection.
public sealed class RunspaceConfigurationEntryCollection<T> : System.Collections.Generic.IEnumerable<T> where T : RunspaceConfigurationEntry
Type Parameters
- T
- Inheritance
-
RunspaceConfigurationEntryCollection<T>
- Implements
-
IEnumerable<T>
Constructors
| RunspaceConfigurationEntryCollection<T>() |
Constructor |
| RunspaceConfigurationEntryCollection<T>(IEnumerable<T>) |
Constructor |
Properties
| Count |
Get number of items in the collection. |
| Item[Int32] |
Get items at a index position. |
Methods
| Append(IEnumerable<T>) |
Append items to the collection. |
| Append(T) |
Append one item to the collection |
| Prepend(IEnumerable<T>) |
Prepend items into the collection |
| Prepend(T) |
Prepend an item to the collection. |
| RemoveItem(Int32) |
Remove one item from the collection |
| RemoveItem(Int32, Int32) |
Remove multiple items in the collection. |
| Reset() |
Reset items in the collection |
| Update() |
Update others about the collection change. |
Explicit Interface Implementations
| IEnumerable<T>.GetEnumerator() |
Get enumerator for this collection. |
| IEnumerable.GetEnumerator() |
Get enumerator for this collection. |