Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ObjectStream<(Of <(<'TObject>)>)> Class

Class ObjectStream. Implements the [IEnumerator{TObject}] Implements the [IDisposable]

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


[SuppressMessageAttribute]
public sealed class ObjectStream<TObject>
<SuppressMessageAttribute> _
Public NotInheritable Class ObjectStream(Of TObject)
[SuppressMessageAttribute]
generic<typename TObject>
public ref class ObjectStream sealed

Type Parameters

TObject
The type of the t object.

Inheritance Hierarchy


Object
  Tortuga.Chain..::..ObjectStream<(Of <(<'TObject>)>)>

See Also


[IEnumerator{TObject}]
[IDisposable]