public static IYieldReturnStatement YieldReturn(this IBlockStatementParent blockParent, IStructPropertyMember returnValue) { return(blockParent.YieldReturn((IExpression)returnValue.GetReference())); }
public static IReturnStatement Return(this IBlockStatementParent blockParent, IStructPropertyMember returnValue) { return(blockParent.Return(returnValue.GetReference())); }