UsingDirectiveExpression Property |
The
Expression of the using, which should evaluate to a
NamespaceRef, or as
of C# 6.0 it can evaluate to a
TypeRef.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public Expression Expression { get; set; }
Property Value
Type:
ExpressionSee Also