C# Class Microsoft.CodeAnalysis.SymbolSearch.ReferenceAssemblyWithTypeResult

Afficher le fichier Open project: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis Class Usage Examples

Méthodes publiques

Свойство Type Description
AssemblyName string
ContainingNamespaceNames IList
TypeName string

Méthodes publiques

Méthode Description
ReferenceAssemblyWithTypeResult ( string assemblyName, string typeName, IList containingNamespaceNames ) : System

Method Details

ReferenceAssemblyWithTypeResult() public méthode

public ReferenceAssemblyWithTypeResult ( string assemblyName, string typeName, IList containingNamespaceNames ) : System
assemblyName string
typeName string
containingNamespaceNames IList
Résultat System

Property Details

AssemblyName public_oe property

public string AssemblyName
Résultat string

ContainingNamespaceNames public_oe property

public IList ContainingNamespaceNames
Résultat IList

TypeName public_oe property

public string TypeName
Résultat string