Share via


ODataResourceWrapper(ODataResource) Constructor

Definition

Initializes a new instance of ODataResourceWrapper.

public ODataResourceWrapper (Microsoft.OData.ODataResource item);
new Microsoft.AspNet.OData.Formatter.Deserialization.ODataResourceWrapper : Microsoft.OData.ODataResource -> Microsoft.AspNet.OData.Formatter.Deserialization.ODataResourceWrapper
Public Sub New (item As ODataResource)

Parameters

item
ODataResource

The wrapped item.

Applies to