Show / Hide Table of Contents

Interface Link

Represents a link between objects.

Inherited Members
IDataStructure<Object>.ToArray()
ISteppable<Object>.StepperBreak<TStep>(TStep)
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 Source

Size

The number of values in the tuple.

Declaration
int Size { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX