Public Member Functions | |
NutritionValueCollection (NutritionDictionary owner) | |
IEnumerator< double > | GetEnumerator () |
void | Add (double item) |
void | Clear () |
bool | Contains (double item) |
void | CopyTo (double[] array, int arrayIndex) |
bool | Remove (double item) |
Properties | |
int | Count [get] |
bool | IsReadOnly [get] |
Private Member Functions | |
System.Collections.IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
Private Attributes | |
NutritionDictionary | owner |
Definition at line 316 of file Ingredient.NutritionDictionary.cs.
Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionValueCollection.NutritionValueCollection | ( | NutritionDictionary | owner | ) |
Definition at line 319 of file Ingredient.NutritionDictionary.cs.
void Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionValueCollection.Add | ( | double | item | ) |
Definition at line 340 of file Ingredient.NutritionDictionary.cs.
void Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionValueCollection.Clear | ( | ) |
Definition at line 344 of file Ingredient.NutritionDictionary.cs.
bool Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionValueCollection.Contains | ( | double | item | ) |
Definition at line 348 of file Ingredient.NutritionDictionary.cs.
void Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionValueCollection.CopyTo | ( | double[] | array, | |
int | arrayIndex | |||
) |
Definition at line 356 of file Ingredient.NutritionDictionary.cs.
System.Collections.IEnumerator System.Collections.IEnumerable. Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionValueCollection.GetEnumerator | ( | ) | [private] |
Definition at line 333 of file Ingredient.NutritionDictionary.cs.
IEnumerator<double> Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionValueCollection.GetEnumerator | ( | ) |
Definition at line 324 of file Ingredient.NutritionDictionary.cs.
bool Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionValueCollection.Remove | ( | double | item | ) |
Definition at line 363 of file Ingredient.NutritionDictionary.cs.
NutritionDictionary Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionValueCollection.owner [private] |
Definition at line 318 of file Ingredient.NutritionDictionary.cs.
int Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionValueCollection.Count [get] |
Definition at line 367 of file Ingredient.NutritionDictionary.cs.
bool Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionValueCollection.IsReadOnly [get] |
Definition at line 371 of file Ingredient.NutritionDictionary.cs.