C# Class System.Linq.Expressions.Tests.GetDelegateTypeTests

Inheritance: System.Linq.Expressions.Tests.DelegateCreationTests
Datei anzeigen Open project: dotnet/corefx

Private Methods

Method Description
CantBeAction ( Type typeArgs ) : void
CantBeFunc ( Type typeArgs ) : void
EmptyArgs ( ) : void
GetNullaryAction ( ) : void
NullInTypeList ( ) : void
NullTypeList ( ) : void
SuccessfulGetActionType ( Type typeArgs ) : void
SuccessfulGetActionTypeOpenGeneric ( Type typeArgs ) : void
SuccessfulGetFuncType ( Type typeArgs ) : void
SuccessfulGetFuncTypeOpenGeneric ( Type typeArgs ) : void
VoidArgToActionTypeDelegate ( Type typeArgs ) : void
VoidArgToFuncTypeDelegate ( Type typeArgs ) : void