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.
xmlreader を使用して有効な xml ファイルを解析しています。私は読み始め、次のようなifステートメントを持っています:
if (reader.IsStartElement()) { // Code needed here
その開始要素の名前だけを取得するにはどうすればよいですか?