System.IO.FileList.this C# (CSharp) Méthode

this() private méthode

private this ( int index ) : File
index int
Résultat File
        public File this[int index]
        {
            get {
                return default(File);
            }
        }