0308.md
465 Bytes
제목
제목
제목
인용문은 이렇게
순서가 없는 리스트
- 1
- 2
3
a
b
-
c
- d
- e
- f
- HTML
- CSS
- JAVASCRIPT
코드 삽입
internal static class Account<T> where T : Person
{
//Field
private static IEnumerable<T> infoList;
static Account()
{
infoList = new List<T>();
}
}
수평선
강조한 내용