Interface ICsTupleTypeParameter
The C# model definition for the TupleTypeParameter.
Inherited Members
Namespace: CodeFactory.WinVs.Models.CSharp
Assembly: CodeFactory.WinVs.dll
Syntax
public interface ICsTupleTypeParameter : ICsModel, IModelStatus
Properties
HasDefaultName
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
CsType TupleType { get; }
Property Value
Type | Description |
---|---|
CsType |