C# 클래스 Microsoft.CSharp.RuntimeBinder.Semantics.TypeManager.StdTypeVarColl

파일 보기 프로젝트 열기: dotnet/corefx

공개 프로퍼티들

프로퍼티 타입 설명
prgptvs List

공개 메소드들

메소드 설명
GetTypeVarSym ( int iv, TypeManager pTypeManager, bool fMeth ) : Microsoft.CSharp.RuntimeBinder.Semantics.TypeParameterType
StdTypeVarColl ( ) : System

메소드 상세

GetTypeVarSym() 공개 메소드

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

StdTypeVarColl() 공개 메소드

public StdTypeVarColl ( ) : System
리턴 System

프로퍼티 상세

prgptvs 공개적으로 프로퍼티

public List prgptvs
리턴 List