Beispiel #1
0
 protected override void HandleWithImpl(IIniFileContentLineHandler handler)
 {
     handler.HandleNoDataLine(this);
 }
Beispiel #2
0
 public void HandleWith(IIniFileContentLineHandler handler)
 {
     this.HandleWithImpl(handler);
 }
Beispiel #3
0
 protected abstract void HandleWithImpl(IIniFileContentLineHandler handler);
Beispiel #4
0
 protected override void HandleWithImpl(IIniFileContentLineHandler handler)
 {
     handler.HandleSectionDeclaration(this);
 }