ReadingNestedResourceInfoArgs(ODataNestedResourceInfo) Constructor

Definition

Initializes a new instance of the ReadingNestedResourceInfoArgs class.

public ReadingNestedResourceInfoArgs (Microsoft.OData.ODataNestedResourceInfo link);
new Microsoft.OData.Client.ReadingNestedResourceInfoArgs : Microsoft.OData.ODataNestedResourceInfo -> Microsoft.OData.Client.ReadingNestedResourceInfoArgs
Public Sub New (link As ODataNestedResourceInfo)

Parameters

link
ODataNestedResourceInfo

The link.

Applies to