C# 클래스 Microsoft.CSharp.RuntimeBinder.Semantics.NullableType

상속: CType
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
UnderlyingType CType
ats AggregateType
symmgr BSYMMGR
typeManager TypeManager

공개 메소드들

메소드 설명
GetAts ( ErrorHandling errorContext ) : AggregateType
GetUnderlyingType ( ) : CType
SetUnderlyingType ( CType pType ) : void

메소드 상세

GetAts() 공개 메소드

public GetAts ( ErrorHandling errorContext ) : AggregateType
errorContext Microsoft.CSharp.RuntimeBinder.Errors.ErrorHandling
리턴 AggregateType

GetUnderlyingType() 공개 메소드

public GetUnderlyingType ( ) : CType
리턴 CType

SetUnderlyingType() 공개 메소드

public SetUnderlyingType ( CType pType ) : void
pType CType
리턴 void

프로퍼티 상세

UnderlyingType 공개적으로 프로퍼티

public CType,Microsoft.CSharp.RuntimeBinder.Semantics UnderlyingType
리턴 CType

ats 공개적으로 프로퍼티

public AggregateType,Microsoft.CSharp.RuntimeBinder.Semantics ats
리턴 AggregateType

symmgr 공개적으로 프로퍼티

public BSYMMGR symmgr
리턴 BSYMMGR

typeManager 공개적으로 프로퍼티

public TypeManager,Microsoft.CSharp.RuntimeBinder.Semantics typeManager
리턴 TypeManager