검색결과 리스트
익명에 해당되는 글 1건
- 2009.04.26 Anonymous Type(익명형식) 3
var anonyValue = new {Name = "피요히코", Age=30 };
internal class??? { string _Name; int _Age; public string Name { get{return _Name;} set {_Name = value;} } public int Age { get{return _Age;} set{_Age = value;} } }
RECENT COMMENT