Table of Contents

Interface IRefTuple

Namespace
Ecng.Common
Assembly
Ecng.Common.dll

Represents a reference tuple with enumerable object values.

public interface IRefTuple
Extension Methods

Properties

Values

Gets or sets the values of the tuple.

IEnumerable<object> Values { get; set; }

Property Value

IEnumerable<object>