0

次のように宣言されたメソッドを見つけました。

public static int WordCount(this string str)
{
    return str.Length;
}

thisこの特定のコンテキストでのキーワードは何ですか?

4

2 に答える 2