コード例 #1
0
 protected void OnNewLineWritten()
 {
     V_0 = this.NewLineWritten;
     if (V_0 != null)
     {
         V_0.Invoke(this, EventArgs.Empty);
     }
     return;
 }
コード例 #2
0
 protected void OnExceptionThrown(object sender, Exception ex)
 {
     V_0 = this.ExceptionThrown;
     if (V_0 != null)
     {
         V_0.Invoke(sender, ex);
     }
     return;
 }
コード例 #3
0
 protected void OnFirstNonWhiteSpaceCharacterOnLineWritten()
 {
     V_0 = this.FirstNonWhiteSpaceCharacterOnLineWritten;
     if (V_0 != null)
     {
         V_0.Invoke(this, this.get_CurrentPosition());
     }
     return;
 }