C# Class Microsoft.CodeAnalysis.SymbolSearch.ReferenceAssemblyWithTypeResult

Datei anzeigen Open project: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis Class Usage Examples

Public Properties

Property Type Description
AssemblyName string
ContainingNamespaceNames IList
TypeName string

Public Methods

Method Description
ReferenceAssemblyWithTypeResult ( string assemblyName, string typeName, IList containingNamespaceNames ) : System

Method Details

ReferenceAssemblyWithTypeResult() public method

public ReferenceAssemblyWithTypeResult ( string assemblyName, string typeName, IList containingNamespaceNames ) : System
assemblyName string
typeName string
containingNamespaceNames IList
return System

Property Details

AssemblyName public_oe property

public string AssemblyName
return string

ContainingNamespaceNames public_oe property

public IList ContainingNamespaceNames
return IList

TypeName public_oe property

public string TypeName
return string