-
Notifications
You must be signed in to change notification settings - Fork 601
Closed
Description
Lines 493 to 500 in 71946df
public TypeSig ReturnType { | |
get => MethodSig?.RetType; | |
set { | |
var ms = MethodSig; | |
if (ms is not null) | |
ms.RetType = value; | |
} | |
} |
public TypeSig ReturnType {
get => MethodSig?.RetType;
set {
var ms = MethodSig;
if (ms is not null)
ms.RetType = value;
parameterList.ReturnParameter.Type = value;
}
}
Metadata
Metadata
Assignees
Labels
No labels