开发者

Method definitions for methods contained in System.Xml.XMLReader

I haven't been able to find a reference that defines what these methods are made up of.

I kind of get what these methods do and what arguments they take, but开发者_StackOverflow I'm hoping to find out how they work.

I'd like to find something that would give me a definition such as

void System.Xml.Xmlreader()
{
//class constructor function
}

for all or most of the methods in this class.


The method signatures are available on MSDN:
http://msdn.microsoft.com/en-us/library/system.xml.xmlreader_methods.aspx

If you click on the method names, you'll see a definition, explanation, and usually some code examples.

Edit: Also, if you right click on the using directive and choose "Go to Definition" in Visual Studio, you can view the metadata for the class.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜