using System; using System.Collections; namespace YieldDemo { class Program { public static IEnumerable Power(int num, int exponent) { int counter = 0; ... Read More
posted @ 2018-06-15 23:36 庚武 Views(253) Comments(0) Diggs(0) Edit