List Members

This element is introduced in Windows PowerShell 5.0.

The following tables list the members exposed by the List type.

Public Constructors

  Name Description
  List This element is introduced in Windows PowerShell 5.0.

Top

Public Properties

  Name Description
public property Capacity  (Inherited from List)
public property Count  (Inherited from List)
public property Item  (Inherited from List)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Add This element is introduced in Windows PowerShell 5.0.
public method Add  (Inherited from List)
public method AddRange  (Inherited from List)
public method AsReadOnly  (Inherited from List)
public method BinarySearch  (Inherited from List)
public method BinarySearch  (Inherited from List)
public method BinarySearch  (Inherited from List)
public method Clear  (Inherited from List)
public method Contains  (Inherited from List)
public method ConvertAll  (Inherited from List)
public method CopyTo  (Inherited from List)
public method CopyTo  (Inherited from List)
public method CopyTo  (Inherited from List)
public method Equals  (Inherited from Object)
public method Exists  (Inherited from List)
public method Find  (Inherited from List)
public method FindAll  (Inherited from List)
public method FindIndex  (Inherited from List)
public method FindIndex  (Inherited from List)
public method FindIndex  (Inherited from List)
public method FindLast  (Inherited from List)
public method FindLastIndex  (Inherited from List)
public method FindLastIndex  (Inherited from List)
public method FindLastIndex  (Inherited from List)
public method ForEach  (Inherited from List)
public method GetEnumerator  (Inherited from List)
public method GetHashCode  (Inherited from Object)
public method GetRange  (Inherited from List)
public method GetType  (Inherited from Object)
public method IndexOf  (Inherited from List)
public method IndexOf  (Inherited from List)
public method IndexOf  (Inherited from List)
public method Insert  (Inherited from List)
public method InsertRange  (Inherited from List)
public method LastIndexOf  (Inherited from List)
public method LastIndexOf  (Inherited from List)
public method LastIndexOf  (Inherited from List)
public method Remove  (Inherited from List)
public method RemoveAll  (Inherited from List)
public method RemoveAt  (Inherited from List)
public method RemoveRange  (Inherited from List)
public method Reverse  (Inherited from List)
public method Reverse  (Inherited from List)
public method Sort  (Inherited from List)
public method Sort  (Inherited from List)
public method Sort  (Inherited from List)
public method Sort  (Inherited from List)
public method ToArray  (Inherited from List)
public method ToString  (Inherited from Object)
public method TrimExcess  (Inherited from List)
public method TrueForAll  (Inherited from List)

Top

Protected Methods

(see also Extension Methods)

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

Extension Methods

  Name Description
public extension method AddLocked  This element is introduced in Windows PowerShell 5.0. (Defined by CollectionExtensions.)
public extension method AddRangeLocked  This element is introduced in Windows PowerShell 5.0. (Defined by CollectionExtensions.)
public extension method As  Use this method to adapt an object from a foreign app domain to a known interface in this app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method As  This is called to adapt an object from a foreign app domain to a known interface in this appDomainThis element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method As  Adapts an object from a foreign app domain to a known interface in this app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method Extend  Use this method to adapt and extend an object so that you can pass it to a foreign app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method Extend  This is called to adapt and extend an object that we wish to pass to a foreign app domainThis element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method Extend  Used to extend an object with an interface from a foreign app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method ToEnumerable  This element is introduced in Windows PowerShell 5.0. (Defined by CollectionExtensions.)

Top

Explicit Interface Implementations

  Name Description
  GetEnumerator  (Inherited from List)
  CopyTo  (Inherited from List)
  GetEnumerator  (Inherited from List)
  Add  (Inherited from List)
  Contains  (Inherited from List)
  IndexOf  (Inherited from List)
  Insert  (Inherited from List)
  Remove  (Inherited from List)
  IsReadOnly  (Inherited from List)
  IsSynchronized  (Inherited from List)
  SyncRoot  (Inherited from List)
  IsFixedSize  (Inherited from List)
  IsReadOnly  (Inherited from List)
  Item  (Inherited from List)

Top

See Also

Reference

List Generic Class
Microsoft.OneGet.Utility.Collections Namespace