S2SingleChosen<T> constructor

S2SingleChosen<T>(
  1. S2Choice<T>? choice
)

Default constructor

Implementation

S2SingleChosen(S2Choice<T>? choice) : _choice = choice;