-
Notifications
You must be signed in to change notification settings - Fork 2
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.
Object
public sealed class TupleFactory : ITupleFactory| Name | Description |
|---|---|
| TupleFactory() | Initializes a new instance of a TupleFactory class. |
| Name | Description |
|---|---|
| Create(Object[]) | Returns a new instance of the concrete tuple class in dotSpace. |