SingleValueDelegate<T> constructor

SingleValueDelegate<T>(T value)

Implementation

SingleValueDelegate(this.value);