RunspaceConfigurationEntryCollection<T>.Prepend Method

Definition

Overloads

Prepend(IEnumerable<T>)

Prepend items into the collection

Prepend(T)

Prepend an item to the collection.

Prepend(IEnumerable<T>)

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>

Applies to

Prepend(T)

Prepend an item to the collection.

public:
 void Prepend(T item);
public void Prepend (T item);
member this.Prepend : 'T -> unit
Public Sub Prepend (item As T)

Parameters

item
T

Applies to