Méthode | Description | |
---|---|---|
AddSequence ( IList |
Add a new sequence to the list of sequences to merge.
|
|
Create ( |
Initialize this instance of DodSequenceMerge.
|
|
MergeSequences ( ) : IList |
Return the fully merged sequence.
|
Méthode | Description | |
---|---|---|
InsertSequence ( IEnumerator |
Insert the specified sequence into the list of sequences to be merged. Insert it in reverse document order with respect to the current nodes in other sequences.
|
|
MoveAndInsertSequence ( IEnumerator |
Move to the next item in the sequence. If there is no next item, then do not insert the sequence. Otherwise, call InsertSequence.
|
public AddSequence ( IList |
||
sequence | IList |
|
Résultat | void |
public Create ( |
||
runtime | ||
Résultat | void |