コード例 #1
0
ファイル: ServiceId.cs プロジェクト: poooooooooke/OpenVIII
 public Int32 this[ScriptResultId id]
 {
     get => throw new NotSupportedException();
コード例 #2
0
 public int this[ScriptResultId id]
 {
     get => _executionResults[id.ResultId];