C# Класс NArrange.Core.CodeArranger

Code arranger.
Наследование: ICodeArranger
Показать файл Открыть проект Примеры использования класса

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