Dela via


PageableCollection<T> Constructor

Definition

Create a new instance of PageableCollection<T>.

protected PageableCollection ();
Protected Sub New ()

Remarks

This constructor does not take a PipelineResponse because derived types are expected to defer the first service call until the collection is enumerated using foreach.

Applies to