FSO.Files.FAR1.FAR1Archive.GetAllFarEntries C# (CSharp) Method

GetAllFarEntries() public method

Returns a list of all FarEntry instances in this archive.
public GetAllFarEntries ( ) : List
return List
        public List<FarEntry> GetAllFarEntries()
        {
            return m_Entries;
        }