FileStreamDescriptorGetStreamFunc Property |
Gets or sets the get stream function.
You must set this property of the Stream property.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual Func<FileStreamDescriptor, Stream> GetStreamFunc { get; set; }
Property Value
Type:
FuncFileStreamDescriptor,
Stream
The get stream function.
See Also