Share via


ResponseParsingBase<T>.ObjectsToParse Property

Definition

Gets the parsable objects. This method is reserved and should not be used.

protected System.Collections.Generic.IEnumerable<T> ObjectsToParse { [System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Azure.Storage.Shared.Protocol.ResponseParsingBase<>+<get_ObjectsToParse>d__7))] get; }
[<get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Azure.Storage.Shared.Protocol.ResponseParsingBase<>+<get_ObjectsToParse>d__7))>]
member this.ObjectsToParse : seq<'T>
Protected ReadOnly Property ObjectsToParse As IEnumerable(Of T)

Property Value

System.Collections.Generic.IEnumerable<T>

The objects to parse.

Attributes
System.Runtime.CompilerServices.IteratorStateMachineAttribute

Applies to