Click or drag to resize

TupleRefFields Property

A collection of FieldDecls for the fields of the tuple.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public ChildList<FieldDecl> Fields { get; set; }

Property Value

Type: ChildListFieldDecl
Remarks
The fields are auto-generated when the types of the tuple are set or modified.
See Also