IAssemblySymbol.NamespaceNames Property

Definition

Gets the set of namespace names from this assembly.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ NamespaceNames { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> NamespaceNames { get; }
member this.NamespaceNames : System.Collections.Generic.ICollection<string>
Public ReadOnly Property NamespaceNames As ICollection(Of String)

Property Value

Applies to