コード例 #1
0
 /// <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));
 }
コード例 #2
0
 public static AType Create(long position, MappedFile mappedFile)
 {
     return(MMAChar.Create(position, mappedFile));
 }