Ejemplo n.º 1
0
 public MatchDiagnostics(IAppendListener listener) : base(listener)
 {
 }
Ejemplo n.º 2
0
 public Description(IAppendListener listener)
 {
     PreConditions.AssertNotNull(listener, "TextListener");
     m_currentIndent = null;
     m_listener = listener;
 }
Ejemplo n.º 3
0
 public Description(IAppendListener listener)
 {
     PreConditions.AssertNotNull(listener, "TextListener");
     m_currentIndent = null;
     m_listener      = listener;
 }