示例#1
0
 internal static T Result <T>(this IResult <T> source) =>
 source.Cast <ISuccessResult <T> >().Result;