C#
C#
π« λ©λͺ¨
- Struct μΈν°νμ΄μ€ μμ
- μλ ꡬν λ λ°λ³΅μλ IEnumerable < T > λ° IEnumerator < T > μ΄λ©° μ΅μ νλ₯Ό μν΄ μ²« λ²μ§Έ GetEnumerator () μμ μμ μ λ°νν©λλ€. 2λ²μ§Έ μ΄νλ μμ μ newν΄ λ€λ₯Έ κ²μ λλ €μ€λ€.
string.String(char c, int count)
- .Net 9.0 LINQ μ±λ₯ κ°μ μ¬ν
$"{someVar:N0}"
- Number Comma,$"{someVar:D2}"
- Leading Zero- μ΅λν this λ§μ΄ μμ°λ κ² μ’μ λ―?
- κ·Έλ₯ λμΌν λ³μ λͺ μ΄ μλ κ²μ΄ μ€μ λ§λ€κΈ° μ’μ κ² κ°μ
- λ³μ μ΄λ¦ μ μ¬νκ² μ§μ§ μκΈ°. ν·κ°λ¦°λ€ μ΄κ±°.
- params T[] -> λ°°μ΄λ‘ λ°μμ μ¬μ©ν μ μμ, ν¨κ³Όμ λλ€μ μ¬μ©νμ
params SfxType[] sfxTypes
- Switch ν¨ν΄μΈμ, when, SwitchExpression
- enumμμλ
#region
κ°λ₯
μ΄ κΈ°μ¬λ μ μκΆμμ CC BY 4.0 λΌμ΄μΌμ€λ₯Ό λ°λ¦
λλ€.