Compartir a través de


IAssemblySymbol.NamespaceNames Propiedad

Definición

Obtiene el conjunto de nombres de espacio de nombres de este ensamblado.

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)

Valor de propiedad

Se aplica a