Share via


ResponseParsingBase<T>.outstandingObjectsToParse Field

Definition

Stores any objects that have not yet been parsed. This field is reserved and should not be used.

protected System.Collections.Generic.IList<T> outstandingObjectsToParse;
val mutable outstandingObjectsToParse : System.Collections.Generic.IList<'T>
Protected outstandingObjectsToParse As IList(Of T) 

Field Value

System.Collections.Generic.IList<T>

Applies to