Exemplo n.º 1
0
 public static string ToString(this PathEntityOffsets str, IMemory mem) => mem.ReadStringU(str.Path.Ptr, (int)str.Length * 2);
Exemplo n.º 2
0
 public static string ToString(this PathEntityOffsets str, IMemory mem)
 {
     return(mem.ReadStringU(str.Path, (int)str.Length * 2));
 }