ResponseParsingBase<T>.outstandingObjectsToParse Field
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.
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>