Search
LocationCollection Methods
 


 Public Methods

  Name Description

AddRange

Adds the specified objects to the end of the collection. (Inherited from ObservableCollection.)

Contains

Determines whether this collection contains a location identified by the specified string.

 Protected Methods

  Name Description

ClearItems

Collection<T>.ClearItems override. (Inherited from ObservableCollection.)

InsertItem

Collection<T>.InsertItem override. (Inherited from ObservableCollection.)

RemoveItem

Collection<T>.RemoveItem override. (Inherited from ObservableCollection.)

SetItem

Collection<T>.SetItem override. (Inherited from ObservableCollection.)

 See Also