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

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

Méthodes publiques

Свойство Type Description
OptionalBody Microsoft.CSharp.RuntimeBinder.Semantics.EXPRBLOCK

Méthodes publiques

Méthode Description
ArgumentScope ( ) : Scope
DelegateType ( ) : AggregateType
Initialize ( Scope argScope ) : void

Method Details

ArgumentScope() public méthode

public ArgumentScope ( ) : Scope
Résultat Scope

DelegateType() public méthode

public DelegateType ( ) : AggregateType
Résultat AggregateType

Initialize() public méthode

public Initialize ( Scope argScope ) : void
argScope Scope
Résultat void

Property Details

OptionalBody public_oe property

public EXPRBLOCK,Microsoft.CSharp.RuntimeBinder.Semantics OptionalBody
Résultat Microsoft.CSharp.RuntimeBinder.Semantics.EXPRBLOCK