Base:
property
ReturnType
System.Reflection.MethodInfo.ReturnType
2 references to ReturnType
mscorlib (2)
system\reflection\emit\dynamicmethod.cs (2)
767public override Type ReturnType { get { return m_dynMethod.ReturnType; } } 877return ReturnType.FormatTypeName() + " " + FormatNameAndSig();