RunspaceConfigurationEntryCollection<T>.Prepend Method
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.
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