Exemplo n.º 1
0
 internal RemoveValueBefore(RemoveValue removeValue, string marker)
 {
     _removeValue = removeValue;
     _marker      = marker;
 }
 internal RemoveValueBeforeOccurrence(RemoveValue removeValue, int occurrenceCount, string marker)
 {
     _removeValue     = removeValue;
     _occurrenceCount = occurrenceCount;
     _marker          = marker;
 }
Exemplo n.º 3
0
 internal RemoveValueAfter(RemoveValue removeValue, string marker)
 {
     _removeValue = removeValue;
     _marker      = marker;
 }