Common interface to the underlying input/output/config pins. Set/Get, Read/Write methods are only implemented when it makes sense.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public interface ISpread<T> : IEnumerable<T>, 
	ISpread, IEnumerable, ICloneable, ISynchronizable, IFlushable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:VVVV.PluginInterfaces.V2.ISpread`1"]

See Also