Java to C#

Can some one put this in c#?

yield WaitForSeconds (5);

yield return new WaitForSeconds(5);

Note that if you go to the script reference for ‘WaitForSeconds()’, you can change the script output from Javascript to C# and see the differences.