Class UnixFileCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Unix files.
public class UnixFileCollection : Collection<UnixFile>, IList<UnixFile>, ICollection<UnixFile>, IList, ICollection, IReadOnlyList<UnixFile>, IReadOnlyCollection<UnixFile>, IEnumerable<UnixFile>, IEnumerable
- Inheritance
-
UnixFileCollection
- Implements
- Inherited Members
Constructors
UnixFileCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.UnixFileCollection class.
public UnixFileCollection()
Methods
Sort()
Sorts the values in order of the file name.
public void Sort()