マイクロソフト用語集

日本マイクロソフト株式会社

調べた例文を記録して、効率よく覚えましょう
Weblio会員無料で登録できます
履歴機能 過去に調べた単語を確認できる
語彙力診断 診断回数が4回に増加
マイ単語帳 便利な学習機能付き
マイ例文帳 文章で意味を理解できる

JST科学技術用語日英対訳辞書

独立行政法人科学技術振興機構

extension method

ライフサイエンス辞書

ライフサイエンス辞書プロジェクト

extension method

日英・英日専門用語辞書

日中韓辭典研究所

extension method

ウィキペディア英語版

出典:Wikipedia

Extension method

出典:『Wikipedia』 (2011/05/05 12:42 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

An Extension method is a new language feature of C# starting with the 3.0 specification, as well as Visual Basic.NET starting with 9.0 and Oxygene with 2.0. Extension methods enable you to "add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type. Extension methods are a special kind of static method, but they are called as if they were instance methods on the extended type. For client code written in C# and Visual Basic, there is no apparent difference between calling an extension method and the methods that are actually defined in a type.

extension methodのページの著作権