RunspaceConfigurationEntryCollection<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Define class for runspace configuration entry collection.
generic <typename T>
where T : RunspaceConfigurationEntrypublic ref class RunspaceConfigurationEntryCollection sealed : System::Collections::Generic::IEnumerable<T>
public sealed class RunspaceConfigurationEntryCollection<T> : System.Collections.Generic.IEnumerable<T> where T : RunspaceConfigurationEntry
type RunspaceConfigurationEntryCollection<'T (requires 'T :> RunspaceConfigurationEntry)> = class
interface seq<'T (requires 'T :> RunspaceConfigurationEntry)>
interface IEnumerable
Public NotInheritable Class RunspaceConfigurationEntryCollection(Of T)
Implements IEnumerable(Of T)
Type Parameters
- T
- Inheritance
-
RunspaceConfigurationEntryCollection<T>
- Implements
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.GetEnumerator() |
Get enumerator for this collection. |
IEnumerable<T>.GetEnumerator() |
Get enumerator for this collection. |