C# Class Pchp.CodeAnalysis.Symbols.AbstractTypeParameterMap

Inheritance: AbstractTypeMap
Mostrar archivo Open project: iolevel/peachpie

Protected Properties

Property Type Description
Mapping TypeWithModifiers>.SmallDictionary

Protected Methods

Method Description
AbstractTypeParameterMap ( TypeWithModifiers>.SmallDictionary mapping ) : Microsoft.CodeAnalysis
SubstituteTypeParameter ( TypeParameterSymbol typeParameter ) : TypeWithModifiers

Private Methods

Method Description
GetDebuggerDisplay ( ) : string

Method Details

AbstractTypeParameterMap() protected method

protected AbstractTypeParameterMap ( TypeWithModifiers>.SmallDictionary mapping ) : Microsoft.CodeAnalysis
mapping TypeWithModifiers>.SmallDictionary
return Microsoft.CodeAnalysis

SubstituteTypeParameter() protected final method

protected final SubstituteTypeParameter ( TypeParameterSymbol typeParameter ) : TypeWithModifiers
typeParameter TypeParameterSymbol
return TypeWithModifiers

Property Details

Mapping protected_oe property

protected SmallDictionary Mapping
return TypeWithModifiers>.SmallDictionary