IAssemblySymbol.TypeNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)