ODataNestedResourceInfoWrapper(ODataNestedResourceInfo) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ODataNestedResourceInfoWrapper.
public ODataNestedResourceInfoWrapper (Microsoft.OData.ODataNestedResourceInfo item);
new Microsoft.AspNet.OData.Formatter.Deserialization.ODataNestedResourceInfoWrapper : Microsoft.OData.ODataNestedResourceInfo -> Microsoft.AspNet.OData.Formatter.Deserialization.ODataNestedResourceInfoWrapper
Public Sub New (item As ODataNestedResourceInfo)
Parameters
The wrapped item.