0308.md 465 Bytes

제목

제목

제목

인용문은 이렇게

순서가 없는 리스트

  • 1
  • 2
  • 3

  • a

  • b

  • c

    • d
    • e
    • f
  1. HTML
  2. CSS
  3. JAVASCRIPT

코드 삽입

internal static class Account<T> where T : Person
{
    //Field
    private static IEnumerable<T> infoList;

    static Account()
    {
        infoList = new List<T>();
    }
}

수평선

링크

강조한 내용