using System; using System.IO; using System.Collections.Generic; namespace FileSystem { public class FileInfoCollection: List { } }