ResponseParsingBase<T>.ObjectsToParse Property
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.
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