Skip to content

TupleFactory Class

sequenze edited this page Jun 19, 2017 · 3 revisions

Concrete implementation of a tuple factory using dotSpace's tuple class. Provides the primitives required to instantiate a tuple.

Inheritance Hierarchy

Object

Syntax

public sealed class TupleFactory : ITupleFactory

Constructors

Name                     Description
TupleFactory() Initializes a new instance of a TupleFactory class.

Methods

Name                         Description
Create(Object[]) Returns a new instance of the concrete tuple class in dotSpace.

See Also

ITupleFactory

Clone this wiki locally