C# 클래스 System.Linq.Expressions.Tests.GetDelegateTypeTests

상속: System.Linq.Expressions.Tests.DelegateCreationTests
파일 보기 프로젝트 열기: dotnet/corefx

비공개 메소드들

메소드 설명
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