コード例 #1
0
ファイル: Basics.cs プロジェクト: smicer97/hf-tiyzen-Http
 public void Visit(GenericLogEntry logEntry)
 {
 }
コード例 #2
0
 public void Visit(GenericLogEntry logEntry)
 {
     AddLogEntry($"Generic entry: {logEntry.Message}");
 }
コード例 #3
0
 public void Visit(GenericLogEntry logEntry)
 {
     Visited = true;
 }