Share via


ODataNestedResourceInfoWrapper(ODataNestedResourceInfo) Constructor

Definition

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

item
ODataNestedResourceInfo

The wrapped item.

Applies to