RunspaceConfigurationEntryCollection<T>.Prepend Method
In this article
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.
Prepend(IEnumerable<T>) |
Prepend items into the collection |
Prepend(T) |
Prepend an item to the collection. |
Prepend items into the collection
public:
void Prepend(System::Collections::Generic::IEnumerable<T> ^ items);
public void Prepend (System.Collections.Generic.IEnumerable<T> items);
member this.Prepend : seq<'T (requires 'T :> System.Management.Automation.Runspaces.RunspaceConfigurationEntry)> -> unit
Public Sub Prepend (items As IEnumerable(Of T))
Parameters
- items
- IEnumerable<T>