C# Class Microsoft.CSharp.RuntimeBinder.Semantics.NullableType

Inheritance: CType
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
UnderlyingType CType
ats AggregateType
symmgr BSYMMGR
typeManager TypeManager

Public Methods

Method Description
GetAts ( ErrorHandling errorContext ) : AggregateType
GetUnderlyingType ( ) : CType
SetUnderlyingType ( CType pType ) : void

Method Details

GetAts() public method

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

GetUnderlyingType() public method

public GetUnderlyingType ( ) : CType
return CType

SetUnderlyingType() public method

public SetUnderlyingType ( CType pType ) : void
pType CType
return void

Property Details

UnderlyingType public_oe property

public CType,Microsoft.CSharp.RuntimeBinder.Semantics UnderlyingType
return CType

ats public_oe property

public AggregateType,Microsoft.CSharp.RuntimeBinder.Semantics ats
return AggregateType

symmgr public_oe property

public BSYMMGR symmgr
return BSYMMGR

typeManager public_oe property

public TypeManager,Microsoft.CSharp.RuntimeBinder.Semantics typeManager
return TypeManager