Class Tuple
Represents a tuple concept that contains a sequence of member concept references.
public class Tuple : Concept
- Inheritance
-
Tuple
- Inherited Members
Constructors
Tuple(DiscoverableTaxonomySet, XElement)
Initializes a new instance of the Tuple class.
public Tuple(DiscoverableTaxonomySet dts, XElement xml)
Parameters
dtsDiscoverableTaxonomySetThe discoverable taxonomy set this tuple belongs to.
xmlXElementThe XML element representing this tuple.
Properties
Sequence
Gets the sequence of member definitions composing the tuple.
public required Tuple.Member[] Sequence { get; init; }
Property Value
- Member[]