Online Dev Tools์ถœ์ฒ˜: JetBrains Blog์กฐํšŒ์ˆ˜ 9

C# Extension Members

By Rachel Appel
2026๋…„ 2์›” 23์ผ
**C# Extension Members**

Overview: What are extension members. Extension members allow you to define additional members for existing types without modifying their definitions. With them, you can add functionality to existing types you donโ€™t have access to or donโ€™t control, for example, built-in types or types from an API or commercial library.  Extension methods have been a feature of C# since version 3.0 in 2007, so the concept has been around for some time in .NET. However, traditional extension methods were just that – methods only. Extensions could not be created for properties, fields, or operators...

---

**[devsupporter ํ•ด์„ค]**

์ด ๊ธฐ์‚ฌ๋Š” JetBrains Blog์—์„œ ์ œ๊ณตํ•˜๋Š” ์ตœ์‹  ๊ฐœ๋ฐœ ๋™ํ–ฅ์ž…๋‹ˆ๋‹ค. ๊ด€๋ จ ๋„๊ตฌ๋‚˜ ๊ธฐ์ˆ ์— ๋Œ€ํ•ด ๋” ์•Œ์•„๋ณด์‹œ๋ ค๋ฉด ์›๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ•˜์„ธ์š”.