Click or drag to resize

TypeRefBaseTypeArguments Property

The type argument Expressions of the reference (if any).

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

Property Value

Type: ChildListExpression
See Also