Alexandria.Games.Albion.LibraryRecord.LibraryRecord C# (CSharp) Method

LibraryRecord() private method

private LibraryRecord ( Library library, int index, int offset, int size ) : System
library Library
index int
offset int
size int
return System
        internal LibraryRecord(Library library, int index, int offset, int size)
            : base(library, index.ToString())
        {
            Library = library;
            Offset = offset;
            Size = size;
        }