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

Inheritance: System.Linq.Expressions.Tests.DelegateCreationTests
Afficher le fichier Open project: dotnet/corefx

Private Methods

Méthode 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