ODataResourceSetWrapper(ODataResourceSet) 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 ODataResourceSetWrapper.
public ODataResourceSetWrapper (Microsoft.OData.ODataResourceSet item);
new Microsoft.AspNet.OData.Formatter.Deserialization.ODataResourceSetWrapper : Microsoft.OData.ODataResourceSet -> Microsoft.AspNet.OData.Formatter.Deserialization.ODataResourceSetWrapper
Public Sub New (item As ODataResourceSet)
Parameters
- item
- ODataResourceSet
The wrapped item.