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

TextAreaUpdate() public method

Creates a new instance of TextAreaUpdate
public TextAreaUpdate ( TextAreaUpdateType type ) : System
type TextAreaUpdateType
return System
        public TextAreaUpdate(TextAreaUpdateType type)
        {
            this.type = type;
        }

Same methods

TextAreaUpdate::TextAreaUpdate ( TextAreaUpdateType type, Point position ) : System
TextAreaUpdate::TextAreaUpdate ( TextAreaUpdateType type, int singleLine ) : System
TextAreaUpdate::TextAreaUpdate ( TextAreaUpdateType type, int startLine, int endLine ) : System