C# 클래스 NArrange.Core.CodeArranger

Code arranger.
상속: ICodeArranger
파일 보기 프로젝트 열기: MarcStan/NArrange 1 사용 예제들

Private Properties

프로퍼티 타입 설명
MoveUsings void

공개 메소드들

메소드 설명
Arrange ( ReadOnlyCollection originalElements ) : ReadOnlyCollection

Arranges the code elements according to the configuration supplied in the constructor.

CodeArranger ( CodeConfiguration configuration ) : System

Creates a new code arranger with the specified configuration.

비공개 메소드들

메소드 설명
MoveUsings ( List elements, NamespaceElement namespaceElement ) : void

Moves using directives if configured to do so.

메소드 상세

Arrange() 공개 메소드

Arranges the code elements according to the configuration supplied in the constructor.
public Arrange ( ReadOnlyCollection originalElements ) : ReadOnlyCollection
originalElements ReadOnlyCollection Original elements
리턴 ReadOnlyCollection

CodeArranger() 공개 메소드

Creates a new code arranger with the specified configuration.
public CodeArranger ( CodeConfiguration configuration ) : System
configuration NArrange.Core.Configuration.CodeConfiguration Configuration to use for arranging code members.
리턴 System