RunspaceConfigurationEntryCollection<T>.Append 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
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