DelegateParser<T, R> constructor

DelegateParser<T, R>(
  1. Parser<T> delegate
)

Implementation

DelegateParser(this.delegate);