Table of Contents

Property StreamContents

Namespace
Innova.Prism.Library.Utilities
Assembly
Innova.Prism.Library.dll

StreamContents

Gets or sets an Action that returns the contents of the file.

public Func<Stream> StreamContents { get; set; }

Property Value

Func<Stream>