Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: LengthAndResult<TResult> add(LengthAndResult<TResult>, int)

Declaration

protected sealed override LengthAndResult<TResult> add(
    LengthAndResult<TResult> match,
    int extra
)

Summary

Returns a new match that is longer than the specified match by the specified extra amount.