C# Class Microsoft.CodeAnalysis.SymbolSearch.PackageWithTypeResult

Mostra file Open project: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis Class Usage Examples

Public Properties

Property Type Description
ContainingNamespaceNames IList
TypeName string
Version string?

Public Methods

Method Description
PackageWithTypeResult ( string packageName, string typeName, string version, int rank, IList containingNamespaceNames ) : System

Method Details

PackageWithTypeResult() public method

public PackageWithTypeResult ( string packageName, string typeName, string version, int rank, IList containingNamespaceNames ) : System
packageName string
typeName string
version string
rank int
containingNamespaceNames IList
return System

Property Details

ContainingNamespaceNames public_oe property

public IList ContainingNamespaceNames
return IList

TypeName public_oe property

public string TypeName
return string

Version public_oe property

public string? Version
return string?