ICollection.onRemove

Undocumented in source.
  1. void onRemove(void function(T) )
    interface ICollection(T)
    void
    onRemove
    (
    void function
    (
    T
    )
    )
  2. void onRemove(void delegate(T) )

Meta