In This Article

NormalizeLineTerminatorsToCRLFAction Class

Represents an IEditAction that ensures the line terminators in a document are normalized to CRLF.

public class NormalizeLineTerminatorsToCRLFAction : NormalizeLineTerminatorsAction, IEditAction, IKeyedObject, ICommand<IEditorView>, ICommand
Inheritance:
object Command EditActionBase NormalizeLineTerminatorsAction object
Implements:
IEditAction IKeyedObject ICommand<IEditorView> ICommand

Constructors

NormalizeLineTerminatorsToCRLFAction()

Represents an IEditAction that ensures the line terminators in a document are normalized to CRLF.

public NormalizeLineTerminatorsToCRLFAction()

Inherited Members

Extension Methods