C# Class Pchp.CodeAnalysis.Emit.SpecializedGenericNestedTypeInstanceReference

Represents a reference to an instantiation of a generic type nested in an instantiation of another generic type. e.g. A{int}.B{string} A.B{int}.C.D{string}
Inheritance: SpecializedNestedTypeReference, Microsoft.Cci.IGenericTypeInstanceReference
Afficher le fichier Open project: iolevel/peachpie Class Usage Examples

Private Properties

Свойство Type Description
Cci ImmutableArray

Méthodes publiques

Méthode Description
Dispatch ( Microsoft.Cci visitor ) : void
SpecializedGenericNestedTypeInstanceReference ( NamedTypeSymbol underlyingNamedType ) : System.Collections.Immutable

Private Methods

Méthode Description
Cci ( Microsoft.CodeAnalysis.Emit.EmitContext context ) : ImmutableArray

Method Details

Dispatch() public final méthode

public final Dispatch ( Microsoft.Cci visitor ) : void
visitor Microsoft.Cci
Résultat void

SpecializedGenericNestedTypeInstanceReference() public méthode

public SpecializedGenericNestedTypeInstanceReference ( NamedTypeSymbol underlyingNamedType ) : System.Collections.Immutable
underlyingNamedType Pchp.CodeAnalysis.Symbols.NamedTypeSymbol
Résultat System.Collections.Immutable