Programming/C# (vs Java)
var inst = new { Name = "윤", Face = "Palm" };
inst.Name, inst.Palm 으로 접근
편하긴 한데 구조 파악이 어렵고 성능상 느릴 것 같다.