put abstract method

dynamic put(
  1. dynamic value
)
inherited

put new value

Implementation

T put(T value);