ResponseParsingBase<T>.ObjectsToParse Property

Definition

protected System.Collections.Generic.IEnumerable<T> ObjectsToParse { [System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.WindowsAzure.Storage.Shared.Protocol.ResponseParsingBase<>+<get_ObjectsToParse>d__7))] get; }
[<get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.WindowsAzure.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>
Attributes
System.Runtime.CompilerServices.IteratorStateMachineAttribute

Applies to