internal RemoveValueBeforeFrom(RemoveValueBefore removeValueBefore, The position)
 {
     _removeValueBefore = removeValueBefore;
     _position = position;
 }
Пример #2
0
 public static RemoveValueBeforeFrom From(this RemoveValueBefore source, The position)
 {
     return(new RemoveValueBeforeFrom(source, position));
 }