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
Show file Open project: iolevel/peachpie Class Usage Examples

Private Properties

Property Type Description
Cci ImmutableArray

Public Methods

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

Private Methods

Method Description
Cci ( Microsoft.CodeAnalysis.Emit.EmitContext context ) : ImmutableArray

Method Details

Dispatch() public final method

public final Dispatch ( Microsoft.Cci visitor ) : void
visitor Microsoft.Cci
return void

SpecializedGenericNestedTypeInstanceReference() public method

public SpecializedGenericNestedTypeInstanceReference ( NamedTypeSymbol underlyingNamedType ) : System.Collections.Immutable
underlyingNamedType Pchp.CodeAnalysis.Symbols.NamedTypeSymbol
return System.Collections.Immutable