IFormatterTFormat Method (Stream, IEnumerableT) |
Writes a set of entries.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax void Format(
Stream writer,
IEnumerable<T> data
)
Sub Format (
writer As Stream,
data As IEnumerable(Of T)
)
void Format(
Stream^ writer,
IEnumerable<T>^ data
)
abstract Format :
writer : Stream *
data : IEnumerable<'T> -> unit
Parameters
- writer
- Type: System.IOStream
Stream to write to. - data
- Type: System.Collections.GenericIEnumerableT
The data to write.
See Also