Click or drag to resize

NamedArgumentName Property

The name of the NamedArgument - either the name of the associated ParameterDecl, or the name of the tuple field if used with NewTuple.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public string Name { get; set; }

Property Value

Type: String
See Also