C# Class Microsoft.CSharp.RuntimeBinder.Semantics.TypeManager.StdTypeVarColl

Exibir arquivo Open project: dotnet/corefx

Public Properties

Property Type Description
prgptvs List

Public Methods

Method Description
GetTypeVarSym ( int iv, TypeManager pTypeManager, bool fMeth ) : Microsoft.CSharp.RuntimeBinder.Semantics.TypeParameterType
StdTypeVarColl ( ) : System

Method Details

GetTypeVarSym() public method

public GetTypeVarSym ( int iv, TypeManager pTypeManager, bool fMeth ) : Microsoft.CSharp.RuntimeBinder.Semantics.TypeParameterType
iv int
pTypeManager TypeManager
fMeth bool
return Microsoft.CSharp.RuntimeBinder.Semantics.TypeParameterType

StdTypeVarColl() public method

public StdTypeVarColl ( ) : System
return System

Property Details

prgptvs public_oe property

public List prgptvs
return List