System.IO.FileList.this C# (CSharp) Method

this() private method

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