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

Inheritance: CType
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Свойство Type Description
UnderlyingType CType
ats AggregateType
symmgr BSYMMGR
typeManager TypeManager

Méthodes publiques

Méthode Description
GetAts ( ErrorHandling errorContext ) : AggregateType
GetUnderlyingType ( ) : CType
SetUnderlyingType ( CType pType ) : void

Method Details

GetAts() public méthode

public GetAts ( ErrorHandling errorContext ) : AggregateType
errorContext Microsoft.CSharp.RuntimeBinder.Errors.ErrorHandling
Résultat AggregateType

GetUnderlyingType() public méthode

public GetUnderlyingType ( ) : CType
Résultat CType

SetUnderlyingType() public méthode

public SetUnderlyingType ( CType pType ) : void
pType CType
Résultat void

Property Details

UnderlyingType public_oe property

public CType,Microsoft.CSharp.RuntimeBinder.Semantics UnderlyingType
Résultat CType

ats public_oe property

public AggregateType,Microsoft.CSharp.RuntimeBinder.Semantics ats
Résultat AggregateType

symmgr public_oe property

public BSYMMGR symmgr
Résultat BSYMMGR

typeManager public_oe property

public TypeManager,Microsoft.CSharp.RuntimeBinder.Semantics typeManager
Résultat TypeManager