Implements an
Assembly: Mvp.Xml (in Mvp.Xml.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Class XmlFirstUpperReader Inherits XmlTextReader |
| C# |
|---|
| public class XmlFirstUpperReader : XmlTextReader |
| C++ |
|---|
| ref class XmlFirstUpperReader : XmlTextReader |
| J# |
|---|
| public class XmlFirstUpperReader extends XmlTextReader |
| JScript |
|---|
| public class XmlFirstUpperReader extends XmlTextReader |
Remarks
To be used in conjunction with
Author: Daniel Cazzulino, kzu.net@gmail.com
See http://weblogs.asp.net/cazzu/archive/2004/05/10/129106.aspx.
Inheritance Hierarchy
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.