Aardvark.Base


ICollectionExtensions

Static members

Static memberDescription
ToggleContainment(self, item)
Signature: (self:ICollection<'T> * item:'T) -> bool
Type parameters: 'T

Adds the item to the collection if not contained, otherwise removes the item from the collection.

Fork me on GitHub