Click or drag to resize

UsingDirectiveType Property

The type, if any, that this using imports (allowed as of C# 6.0), or null if not a type. If the expression refers to a type alias, the underlying aliased type is returned.

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

Property Value

Type: TypeRef
See Also