Show / Hide Table of Contents

Class StreamExtensions

Inheritance
object
StreamExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public static class StreamExtensions

Methods

WriteToFile(MemoryStream, string)

Declaration
public static Task WriteToFile(this MemoryStream stream, string targetFileName)
Parameters
Type Name Description
MemoryStream stream
string targetFileName
Returns
Type Description
Task

WriteToFile(Stream, string)

Declaration
public static Task WriteToFile(this Stream stream, string targetFileName)
Parameters
Type Name Description
Stream stream
string targetFileName
Returns
Type Description
Task
☀
☾
Back to top Generated by DocFX