Interface ICaptureCollection<T>
Namespace: Recolude.Core
Assembly: Recolude.Core.dll
Syntax
public interface ICaptureCollection<out T>
where T : ICapture
Type Parameters
Name | Description |
---|---|
T |
Properties
Captures
Declaration
T[] Captures { get; }
Property Value
Type | Description |
---|---|
T[] |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Signature
Declaration
string Signature { get; }
Property Value
Type | Description |
---|---|
System.String |