Ocronet.Dynamic.Utils.DirPattern.this C# (CSharp) Method

this() public method

public this ( int i ) : string
i int
return string
        public string this[int i]
        {
            get { return dirFiles[i]; }
        }