ListChangeNotification<E> constructor

ListChangeNotification<E>(
  1. E element,
  2. OperationKind op,
  3. int pos
)

Returns notification with op operation.

Implementation

ListChangeNotification(this.element, this.op, this.pos);