INamedStreamCreatorCreator Property |
A factor that creates a stream.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax Func<Stream> Creator { get; }
ReadOnly Property Creator As Func(Of Stream)
Get
property Func<Stream^>^ Creator {
Func<Stream^>^ get ();
}
abstract Creator : Func<Stream> with get
Property Value
Type:
FuncStreamSee Also