FSO.Files.FAR3.FAR3Archive.this C# (CSharp) Method

this() public method

Gets an entry's data from a filename.
public this ( string Filename ) : byte[]
Filename string The filename of the entry.
return byte[]
        public byte[] this[string Filename]
        {
            get
            {
                return GetEntry(m_Entries[Filename]);
            }
        }