Table of Contents

Constructor NetNamespace

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

NetNamespace(string, bool)

Initializes a new instance of the NetNamespace with specified parameters.

public NetNamespace(string nspace, bool system)

Parameters

nspace string

Specifies namespace name.

system bool

Specifies namespace System property.

NetNamespace(string, bool, string)

Initializes a new instance of the NetNamespace with specified parameters.

public NetNamespace(string nspace, bool system, string alias)

Parameters

nspace string

Specifies namespace name.

system bool

Specifies namespace System property.

alias string

Specifies namespace Alias property.