Interface Link
Represents a link between objects.
Namespace: Towel.DataStructures
Assembly: Towel.dll
Syntax
public interface Link : IDataStructure<object>, ISteppable<object>, System.Collections.Generic.IEnumerable<object>, System.Runtime.CompilerServices.ITuple
Properties
| Improve this Doc View SourceSize
The number of values in the tuple.
Declaration
int Size { get; }
Property Value
Type | Description |
---|---|
System.Int32 |