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

Inheritance: EXPR
Show file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
OptionalBody Microsoft.CSharp.RuntimeBinder.Semantics.EXPRBLOCK

Public Methods

Method Description
ArgumentScope ( ) : Scope
DelegateType ( ) : AggregateType
Initialize ( Scope argScope ) : void

Method Details

ArgumentScope() public method

public ArgumentScope ( ) : Scope
return Scope

DelegateType() public method

public DelegateType ( ) : AggregateType
return AggregateType

Initialize() public method

public Initialize ( Scope argScope ) : void
argScope Scope
return void

Property Details

OptionalBody public property

public EXPRBLOCK,Microsoft.CSharp.RuntimeBinder.Semantics OptionalBody
return Microsoft.CSharp.RuntimeBinder.Semantics.EXPRBLOCK