Interface IDotNetTupleTypeParameter
Data model that tracks an individual part of a tuple definition.
Inherited Members
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public interface IDotNetTupleTypeParameter : IDotNetModel, IModelStatus
Properties
| Improve this Doc View SourceHasDefaultName
Flag that determines if the named assigned to the tuple was system generated or defined in source.
Declaration
bool HasDefaultName { get; }
Property Value
Type | Description |
---|---|
bool |
Name
The name assigned to the tuple parameter.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
TupleType
The model with the type definition assigned to the tuple.
Declaration
IDotNetType TupleType { get; }
Property Value
Type | Description |
---|---|
IDotNetType |