Rebel.Framework.Persistence.Model.IO.File.SetContentStreamFactory C# (CSharp) Method

SetContentStreamFactory() public method

public SetContentStreamFactory ( Stream>.Func streamFactory ) : void
streamFactory Stream>.Func
return void
        public void SetContentStreamFactory(Func<File, Stream> streamFactory)
        {
            ContentStreamFactory = streamFactory;
        }
    }