/// <summary> /// Create MMChar, what is store the position (to be able to read char from memory) /// </summary> /// <param name="position"></param> /// <returns></returns> private AType ReadMMAChar(long position) { return(MMAChar.Create(position, this)); }
public static AType Create(long position, MappedFile mappedFile) { return(MMAChar.Create(position, mappedFile)); }