Interface IRefTuple
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; }
Represents a reference tuple with enumerable object values.
public interface IRefTuple
Gets or sets the values of the tuple.
IEnumerable<object> Values { get; set; }