示例#1
0
 public static void Record <T1, T2>(this IInstrument <T1, T2> instrument, Observation observation, T1 subject1, T2 subject2) =>
 throw new NotImplementedException();
示例#2
0
 public void Record(Observation observation = default, Exception?exception = null, Subject?subject = null) => throw new NotImplementedException();
示例#3
0
 public static void Record <T>(this IInstrument <T> instrument, Observation observation, T subject) =>
 throw new NotImplementedException();