C# Class CSharp_Yield1.Program

Show file Open project: ohs108/unity_lecture

Public Methods

Method Description
Power ( int number, int exponent ) : System.Collections.Generic.IEnumerable

Private Methods

Method Description
Main ( string args ) : void

Method Details

Power() public static method

public static Power ( int number, int exponent ) : System.Collections.Generic.IEnumerable
number int
exponent int
return System.Collections.Generic.IEnumerable