C# Class IronRuby.Builtins.IListOps.CombinationEnumerator.State

Show file Open project: jschementi/iron

Public Properties

Property Type Description
i int
init bool

Public Methods

Method Description
State ( int i, int j, bool init ) : System

Method Details

State() public method

public State ( int i, int j, bool init ) : System
i int
j int
init bool
return System

Property Details

i public property

public int i
return int

init public property

public bool init
return bool