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