Click or drag to resize

FoodValue(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the FoodValue class

Namespace: Resto.Front.Api.Data.DataTransferObjects
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
protected FoodValue(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
 
context  StreamingContext
 
See Also