Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は .net から始めて、ジェネリックとインターフェイスに関するいくつかの章を読みました。私はこれをコードで見ていますが、どのように読むべきかわかりません:
IEnumerable<IEnumerable<IndexSequenceModel>> model
上記はメソッドへのパラメーターです。誰かが私にそれが何を意味するのか説明できますか? ありがとう。