Show / Hide Table of Contents

Class CustomEventCollection

Inheritance
System.Object
CaptureCollection<Capture<CustomEvent>>
CustomEventCollection
Implements
ICaptureCollection<Capture<CustomEvent>>
Inherited Members
CaptureCollection<Capture<CustomEvent>>.captures
CaptureCollection<Capture<CustomEvent>>.Item[Int32]
CaptureCollection<Capture<CustomEvent>>.StartTime
CaptureCollection<Capture<CustomEvent>>.EndTime
CaptureCollection<Capture<CustomEvent>>.Duration
CaptureCollection<Capture<CustomEvent>>.Length
CaptureCollection<Capture<CustomEvent>>.Captures
CaptureCollection<Capture<CustomEvent>>.Name
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: Recolude.Core
Assembly: Recolude.Core.dll
Syntax
public class CustomEventCollection : CaptureCollection<Capture<CustomEvent>>, ICaptureCollection<Capture<CustomEvent>>

Constructors

CustomEventCollection(Capture<CustomEvent>[])

Declaration
public CustomEventCollection(Capture<CustomEvent>[] captures)
Parameters
Type Name Description
Capture<CustomEvent>[] captures

CustomEventCollection(String, Capture<CustomEvent>[])

Declaration
public CustomEventCollection(string name, Capture<CustomEvent>[] captures)
Parameters
Type Name Description
System.String name
Capture<CustomEvent>[] captures

Properties

Signature

Declaration
public override string Signature { get; }
Property Value
Type Description
System.String
Overrides
Recolude.Core.CaptureCollection<Recolude.Core.Capture<Recolude.Core.CustomEvent>>.Signature

Implements

ICaptureCollection<T>
Back to top Generated by DocFX