좋은 아침이빈다.
프로그램이야기 :
public ArrayList s_tag_value = new ArrayList();
public struct tagcount
{
public string tag_id;
public int tag_count;
public tagcount(string tag, int count)
{
tag_id = tag;
tag_count = count;
}
}
tagcount s_tagcount = new tagcount(i_tag_value, i_count);
s_tag_value.Add(s_tagcount);
Console.WriteLine(\"{0} \", ((tagcount)s_tag_value[0]).tag_count);
시밤.. 우리의 인생은 이따구야
막장 손
발