Base:
property
ReturnType
System.Reflection.MethodInfo.ReturnType
4 references to ReturnType
mscorlib (4)
system\reflection\methodinfo.cs (4)
199
ReturnType
.IsByRef ||
417
m_toString =
ReturnType
.FormatTypeName() + " " + FormatNameAndSig();
698
else if (
ReturnType
.IsByRef)
1050
return
ReturnType
.FormatTypeName(true) + " " + FormatNameAndSig(true);