Binding<T> constructor

Binding<T>()

Implementation

Binding() {
  _mode = Mode.SIMPLE;
  _key = T;
}