FSO.Files.FAR3.FAR3Archive.this C# (CSharp) 메소드

this() 공개 메소드

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