this.index = index;
this.n_value = value;
}
public string value
{
get { return n_value; }
}
public int index
{
get { return index; }
}
}
this.index = index;
this.n_value = value;
}
public string value
{
get { return n_value; }
}
public int index
{
get { return index; }
}
}