IAssemblySymbol.TypeNames Property

Definition

Gets the set of type identifiers from this assembly.

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

Property Value

Applies to