Table of Contents

Method GetNamespaces

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

GetNamespaces(IList<Assembly>)

Retrieves collection of namespaces located in specified assemblies.

public static IList<string> GetNamespaces(IList<Assembly> assemblies)

Parameters

assemblies IList<Assembly>

Collection of assemblies where namespaces should be find.

Returns

IList<string>

List of namespaces.