コード例 #1
0
 public bool TryGetInt(int index, ref int output)
 {
     return(TextRecordParsing.GetInt(items, index, ref output));
 }