ObjectStream<(Of <(<'TObject>)>)> Class
Class ObjectStream.
Implements the [IEnumerator{TObject}]
Implements the [IDisposable]
Namespace:
Tortuga.ChainAssembly: 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.