コード例 #1
0
ファイル: Benchmarks.cs プロジェクト: Decimation/Novus
 public Pointer <int> AddressOfIndex()
 {
     return(ptr.AddressOfIndex(3));
 }