ChoicesMockValueDelegate<T> constructor

ChoicesMockValueDelegate<T>(
  1. List<T> values
)

Implementation

ChoicesMockValueDelegate(this.values);