C# Class Pchp.CodeAnalysis.Emit.GenericNestedTypeInstanceReference

Represents a reference to a generic type instantiation that is nested in a non-generic type. e.g. A.B{int}
Inheritance: GenericTypeInstanceReference, Microsoft.Cci.INestedTypeReference
Mostra file Open project: iolevel/peachpie Class Usage Examples

Public Methods

Method Description
GenericNestedTypeInstanceReference ( NamedTypeSymbol underlyingNamedType ) : Microsoft.CodeAnalysis.Emit

Private Methods

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

Method Details

GenericNestedTypeInstanceReference() public method

public GenericNestedTypeInstanceReference ( NamedTypeSymbol underlyingNamedType ) : Microsoft.CodeAnalysis.Emit
underlyingNamedType Pchp.CodeAnalysis.Symbols.NamedTypeSymbol
return Microsoft.CodeAnalysis.Emit