Method | Description | |
---|---|---|
InsertElement ( ICodeElement parentElement, ICodeElement codeElement ) : void |
Inserts an element into the parent using the strategy defined by the sort configuration.
|
|
SortedInserter ( ElementType elementType, |
Creates a new sorted inserter using the specified sorting configuration.
|
Method | Description | |
---|---|---|
CreateComparer ( |
Creates a comparer based on the sort configuration.
|
public InsertElement ( ICodeElement parentElement, ICodeElement codeElement ) : void | ||
parentElement | ICodeElement | Parent element. |
codeElement | ICodeElement | Code element to insert. |
return | void |
public SortedInserter ( ElementType elementType, |
||
elementType | ElementType | Type of the element. |
sortBy | The sort by. | |
return | System |