![]() | IMatchesExactMatchInterface Methods |
The IMatchesExactMatchInterface generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone |
Clone the matches
(Inherited from IMatches.) |
![]() | Clone(IDictionaryIMatch, IMatch) |
Clones the matches.
(Inherited from IMatches.) |
![]() | Filter_keepFirst |
For filtering with the auto-supplied filter keepFirst
(Inherited from IMatches.) |
![]() | Filter_keepFirstFraction |
For filtering with the auto-supplied filter keepFirstFraction
(Inherited from IMatches.) |
![]() | Filter_keepLast |
For filtering with the auto-supplied filter keepLast
(Inherited from IMatches.) |
![]() | Filter_keepLastFraction |
For filtering with the auto-supplied filter keepLastFraction
(Inherited from IMatches.) |
![]() | Filter_removeFirst |
For filtering with the auto-supplied filter removeFirst
(Inherited from IMatches.) |
![]() | Filter_removeFirstFraction |
For filtering with the auto-supplied filter removeFirstFraction
(Inherited from IMatches.) |
![]() | Filter_removeLast |
For filtering with the auto-supplied filter removeLast
(Inherited from IMatches.) |
![]() | Filter_removeLastFraction |
For filtering with the auto-supplied filter removeLastFraction
(Inherited from IMatches.) |
![]() | FilterExact_keepFirst |
For filtering with the auto-supplied filter keepFirst
|
![]() | FilterExact_keepFirstFraction |
For filtering with the auto-supplied filter keepFirstFraction
|
![]() | FilterExact_keepLast |
For filtering with the auto-supplied filter keepLast
|
![]() | FilterExact_keepLastFraction |
For filtering with the auto-supplied filter keepLastFraction
|
![]() | FilterExact_removeFirst |
For filtering with the auto-supplied filter removeFirst
|
![]() | FilterExact_removeFirstFraction |
For filtering with the auto-supplied filter removeFirstFraction
|
![]() | FilterExact_removeLast |
For filtering with the auto-supplied filter removeLast
|
![]() | FilterExact_removeLastFraction |
For filtering with the auto-supplied filter removeLastFraction
|
![]() | FromList |
Reincludes the array handed out with ToList, REPLACING the current matches with the ones from the list.
The list might have been reordered, matches might have been removed, or even added.
Elements which were null-ed count as deleted; this gives an O(1) mechanism to remove from the array.
(Inherited from IMatches.) |
![]() | FromListExact |
Reincludes the array handed out with ToListExact, REPLACING the current matches with the ones from the list.
The list might have been reordered, matches might have been removed, or even added.
Elements which were null-ed count as deleted; this gives an O(1) mechanism to remove from the array.
|
![]() | GetEnumeratorExact |
Returns enumerator over matches of exact type
|
![]() | GetMatch |
Returns the match with the given index. Invalid indices cause an exception.
This may be slow. If you want to iterate over the elements the Matches IEnumerable should be used.
(Inherited from IMatches.) |
![]() | GetMatchExact |
Returns the match of exact type with the given index. Invalid indices cause an exception.
This may be slow. If you want to iterate over the elements the MatchesExact IEnumerable should be used.
|
![]() | RemoveMatch |
Removes the match at the given index and returns it.
(Inherited from IMatches.) |
![]() | RemoveMatchExact |
Removes the match of exact type at the given index and returns it.
|
![]() | RemoveUnavailable | (Inherited from IMatches.) |
![]() | ToList |
Returns the content of the current matches list in form of an array which can be efficiently indexed and reordered.
The array is destroyed when this method is called again, the content is destroyed when the rule is matched again (there is only one array existing).
(Inherited from IMatches.) |
![]() | ToListCopy |
Returns the content of the current matches list in form of an array.
The content is destroyed when the rule is matched again (the list itself is a newly created copy).
(Inherited from IMatches.) |
![]() | ToListExact |
Returns the content of the current matches list in form of an array which can be efficiently indexed and reordered.
The array is destroyed when this method is called again, the content is destroyed when the rule is matched again (there is only one array existing).
|