ICSharpCode.NRefactory.CSharp.TextWriterTokenWriter.StartNode C# (CSharp) Метод

StartNode() публичный Метод

public StartNode ( AstNode node ) : void
node AstNode
Результат void
		public override void StartNode(AstNode node)
		{
			// Write out the indentation, so that overrides of this method
			// can rely use the current output length to identify the position of the node
			// in the output.
			WriteIndentation();
		}