SequentialItem<T> Class
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.
Represents a stream item within a sequence.
public class SequentialItem<T>
type SequentialItem<'T> = class
Public Class SequentialItem(Of T)
Type Parameters
- T
The item type.
- Inheritance
-
SequentialItem<T>
Constructors
SequentialItem<T>(T, StreamSequenceToken) |
Initializes a new instance of the SequentialItem<T> class. |
Properties
Item |
Gets the item. |
Token |
Gets the token. |