첨부 실행 코드는 나눔고딕코딩 폰트를 사용합니다.
------------------------------------------------------------------------------------------------------------------------------------------------------
728x90
728x170
using System;

var anonymousType = new { IntegerProperty = 100, StringProperty = "Hello World!" };

int    integerValue = anonymousType.IntegerProperty;
string stringValue  = anonymousType.StringProperty;

Console.WriteLine(integerValue);
Console.WriteLine(stringValue );
728x90
그리드형(광고전용)
Posted by icodebroker
,