C# Class System.Linq.Expressions.Tests.InvocationTests.NoThread

Mostra file Open project: dotnet/corefx

Public Properties

Property Type Description
DoItA int>.Func

Public Methods

Method Description
Compile ( ) : Action
DoTest ( ) : void
NoThread ( bool preferInterpretation ) : Xunit

Method Details

Compile() public method

public Compile ( ) : Action
return Action

DoTest() public method

public DoTest ( ) : void
return void

NoThread() public method

public NoThread ( bool preferInterpretation ) : Xunit
preferInterpretation bool
return Xunit

Property Details

DoItA public_oe property

public Func DoItA
return int>.Func