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