Click or drag to resize

NsInfoNamespaces Property

Stores info about namespaces used directly or indirectly (trough aliases) in the ModuleMember.

Namespace:  Syntactik.Compiler.Steps
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public List<NamespaceDefinition> Namespaces { get; set; }

Property Value

Type: ListNamespaceDefinition
See Also