Table of Contents

Class NetNamespace

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

Represents a .NET namespace.

public class NetNamespace : INetNamespace
Inheritance
NetNamespace
Implements

Constructors

NetNamespace(string, bool)

Initializes a new instance of the NetNamespace with specified parameters.

NetNamespace(string, bool, string)

Initializes a new instance of the NetNamespace with specified parameters.

Properties

Alias

Gets or sets alias of the namespace.

Namespace

Gets or sets name of the namespace.

System

Reserved for internal use.

UserData

Reserved for internal use.

Methods

GetName()

Gets name or alias of the namespace.

OnAliasChanged()
OnNamespaceChanged()
OnSystemChanged()
OnUserDataChanged()