FoodInventoryFirstLetterGroup Constructor |
Namespace: foodez.SharedPagesAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic FirstLetterGroup(
IEnumerable<IngredientStock> items
)
Public Sub New (
items As IEnumerable(Of IngredientStock)
)
public:
FirstLetterGroup(
IEnumerable<IngredientStock^>^ items
)
new :
items : IEnumerable<IngredientStock> -> FirstLetterGroup
Parameters
- items
- Type: System.Collections.GenericIEnumerableIngredientStock
[Missing <param name="items"/> documentation for "M:foodez.SharedPages.FoodInventory.FirstLetterGroup.#ctor(System.Collections.Generic.IEnumerable{foodez.DataModel.IngredientStock})"]
See Also