Show / Hide Table of Contents

Class RecordingCollectionExtensions

Inheritance
System.Object
RecordingCollectionExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: RecordAndPlay
Assembly: RecordAndPlay.dll
Syntax
public static class RecordingCollectionExtensions

Methods

ToCSV(Recording[])

Creates a set of tables that represent the recordings in CSV form.

Declaration
public static CSVPage[] ToCSV(this Recording[] recordings)
Parameters
Type Name Description
Recording[] recordings

The recordings to convert to CSV

Returns
Type Description
CSVPage[]

CSV representation of the recordings

Back to top Generated by DocFX