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