C# Class Pchp.CodeAnalysis.Symbols.ConstructedNamedTypeSymbol

A generic named type symbol that has been constructed with type arguments distinct from its own type parameters.
Inheritance: SubstitutedNamedTypeSymbol
Show file Open project: iolevel/peachpie Class Usage Examples

Private Methods

Method Description
ConstructedNamedTypeSymbol ( NamedTypeSymbol constructedFrom, ImmutableArray typeArguments, bool unbound = false ) : Microsoft.CodeAnalysis
TypeParametersMatchTypeArguments ( ImmutableArray typeParameters, ImmutableArray typeArguments ) : bool