C# Class System.Reflection.Emit.Tests.TypeBuilderDefineMethodTests

Mostra file Open project: dotnet/corefx

Public Methods

Method Description
TestData ( ) : IEnumerable

Private Methods

Method Description
DefineMethod ( string name, MethodAttributes attributes, CallingConventions callingConvention, Type returnType, Type parameterTypes ) : void
DefineMethod_MultipleOverloads_Works ( ) : void
VerifyMethod ( TypeBuilder type, MethodBuilder method, string name, MethodAttributes attributes, CallingConventions callingConvention, Type returnType, Type parameterTypes ) : void

Method Details

TestData() public static method

public static TestData ( ) : IEnumerable
return IEnumerable