|
ReaderObjResolveResourceFunc Property |
Gets or sets a Func that returns stream from the specified resource name. This can be used to read resources from stream.
The returned stream will be closed by the ReaderObj.
Namespace: Ab3dAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public Func<string, Stream> ResolveResourceFunc { get; set; }
Property Value
FuncString,
StreamSee Also