RunspaceConfigurationEntryCollection<T>.Append Method

Definition

Overloads

Append(IEnumerable<T>)

Append items to the collection.

Append(T)

Append one item to the collection

Append(IEnumerable<T>)

Append items to the collection.

public:
 void Append(System::Collections::Generic::IEnumerable<T> ^ items);
public void Append (System.Collections.Generic.IEnumerable<T> items);
member this.Append : seq<'T (requires 'T :> System.Management.Automation.Runspaces.RunspaceConfigurationEntry)> -> unit
Public Sub Append (items As IEnumerable(Of T))

Parameters

items
IEnumerable<T>

Applies to

Append(T)

Append one item to the collection

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

Parameters

item
T

Applies to