| IPairwiseSequenceAlignment Methods |
The IPairwiseSequenceAlignment type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds an item to the ICollectionT. (Inherited from ICollectionPairwiseAlignedSequence.) | |
| AddSequence |
Add a new Aligned Sequence Object to the end of the list.
| |
| Clear | Removes all items from the ICollectionT. (Inherited from ICollectionPairwiseAlignedSequence.) | |
| Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionPairwiseAlignedSequence.) | |
| CopyTo | (Inherited from ICollectionPairwiseAlignedSequence.) | |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerablePairwiseAlignedSequence.) | |
| Remove | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionPairwiseAlignedSequence.) |
| Name | Description | |
|---|---|---|
| AppendPairwiseAlignedSequence(PairwiseAlignedSequence) | Overloaded.
Yield an Enumeration of the list with the item appended to the end
(Defined by IEnumerableExtensions.) | |
| AppendPairwiseAlignedSequence(IEnumerablePairwiseAlignedSequence) | Overloaded.
Yield a concatenation of the two Enumerable lists
(Defined by IEnumerableExtensions.) | |
| ElementAtPairwiseAlignedSequence |
Returns the element at a specified index in a sequence.
(Defined by IEnumerableExtensions.) | |
| ForEachPairwiseAlignedSequence(ActionPairwiseAlignedSequence) | Overloaded.
Calls an action on each element of a sequence. The action takes one argument: an element. It has no return value.
(Defined by IEnumerableExtensions.) | |
| ForEachPairwiseAlignedSequence(ActionPairwiseAlignedSequence, Int32) | Overloaded.
Calls an action on each element of a sequence. The action takes two arguments: an element and the index of the element.
It has no return value.
(Defined by IEnumerableExtensions.) | |
| ShufflePairwiseAlignedSequence |
Shuffles the elements of a sequence.
(Defined by IEnumerableExtensions.) | |
| StringJoin | Overloaded.
Creates a string from a sequence of elements. No delimiter is used.
(Defined by IEnumerableExtensions.) | |
| StringJoin(String) | Overloaded.
Creates a delimited string from a sequence of elements.
(Defined by IEnumerableExtensions.) | |
| StringJoin(String, Int32, String) | Overloaded.
Creates a delimited string from a sequence of elements. At most maxLength elements will be used and "..." shows that more elements were in the list.
(Defined by IEnumerableExtensions.) | |
| SubSequencePairwiseAlignedSequence |
Take the items from a sequence starting with item # start (index 0) and contining for count items.
(Defined by IEnumerableExtensions.) | |
| ToHashSetPairwiseAlignedSequence | Overloaded.
Creates a HashSet from a sequence. If the sequence is already a HashSet, a new HashSet is still created.
(Defined by IEnumerableExtensions.) | |
| ToHashSetPairwiseAlignedSequence(IEqualityComparerPairwiseAlignedSequence) | Overloaded.
Creates a HashSet from a sequence. If the sequence is already a HashSet, a new HashSet is still created.
(Defined by IEnumerableExtensions.) | |
| ToQueuePairwiseAlignedSequence |
Creates a Queue from a sequence. If the sequence is already a Queue, a new Queue is still created.
(Defined by IEnumerableExtensions.) |