Class CustomEventCollection
Implements
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: 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