Closed ufcpp closed 5 years ago
書く場所: https://ufcpp.net/study/csharp/functional/fun_localfunctions/
参考: https://ufcpp.net/blog/2019/1/vs2019p2/
キャプチャの話とセットなので、 https://ufcpp.net/study/csharp/sp2_anonymousmethod.html#closure の辺り or これをリンク
これと併せて、ローカル関数では変数の shadowing が認められた。 1段上のスコープと同じ名前の変数・引数を定義可能に。
https://ufcpp.net/study/csharp/cheatsheet/ap_ver8/#static-local-function
書く場所: https://ufcpp.net/study/csharp/functional/fun_localfunctions/
参考: https://ufcpp.net/blog/2019/1/vs2019p2/
キャプチャの話とセットなので、 https://ufcpp.net/study/csharp/sp2_anonymousmethod.html#closure の辺り or これをリンク
これと併せて、ローカル関数では変数の shadowing が認められた。 1段上のスコープと同じ名前の変数・引数を定義可能に。