ICSharpCode.TextEditor.AbstractMargin.AbstractMargin C# (CSharp) Method

AbstractMargin() protected method

protected AbstractMargin ( TextArea textArea ) : System
textArea TextArea
return System
		protected AbstractMargin(TextArea textArea)
		{
			this.textArea = textArea;
		}