public Int32 this[ScriptResultId id]
 {
     get => _executionResults[id.ResultId];
Exemple #2
0
 public Int32 this[ScriptResultId id]
 {
     get => throw new NotSupportedException();