Click or drag to resize
FirstLetterGroup Methods

The FoodInventoryFirstLetterGroup type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from CollectionIngredientStock.)
Protected methodBlockReentrancy
Disallows reentrant attempts to change this collection.
(Inherited from ObservableCollectionIngredientStock.)
Protected methodCheckReentrancy
Checks for reentrant attempts to change this collection.
(Inherited from ObservableCollectionIngredientStock.)
Public methodClear (Inherited from CollectionIngredientStock.)
Protected methodClearItems
Removes all items from the collection.
(Inherited from ObservableCollectionIngredientStock.)
Public methodContains (Inherited from CollectionIngredientStock.)
Public methodCopyTo (Inherited from CollectionIngredientStock.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionIngredientStock.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionIngredientStock.)
Public methodInsert (Inherited from CollectionIngredientStock.)
Protected methodInsertItem
Inserts an item into the collection at the specified index.
(Inherited from ObservableCollectionIngredientStock.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMove
Moves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollectionIngredientStock.)
Protected methodMoveItem
Moves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollectionIngredientStock.)
Protected methodOnCollectionChanged
Raises the CollectionChanged event with the provided arguments.
(Inherited from ObservableCollectionIngredientStock.)
Protected methodOnPropertyChanged
Raises the PropertyChanged event with the provided arguments.
(Inherited from ObservableCollectionIngredientStock.)
Public methodRemove (Inherited from CollectionIngredientStock.)
Public methodRemoveAt (Inherited from CollectionIngredientStock.)
Protected methodRemoveItem
Removes the item at the specified index of the collection.
(Inherited from ObservableCollectionIngredientStock.)
Protected methodSetItem
Replaces the element at the specified index.
(Inherited from ObservableCollectionIngredientStock.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also