Table of Contents

Class WindowsFileCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of files found on a Windows based computer system.

public class WindowsFileCollection : Collection<WindowsFile>, IList<WindowsFile>, ICollection<WindowsFile>, IList, ICollection, IReadOnlyList<WindowsFile>, IReadOnlyCollection<WindowsFile>, IEnumerable<WindowsFile>, IEnumerable
Inheritance
WindowsFileCollection
Implements
Inherited Members

Constructors

WindowsFileCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsFileCollection class.

public WindowsFileCollection()

Methods

Sort()

Sorts the values in the collection.

public void Sort()