Mvp.Xml Library API Documentation
Syntax
| C# |
|---|
public static class SignatureExtractor |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class SignatureExtractor |
| Visual C++ |
|---|
public ref class SignatureExtractor abstract sealed |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| GetDefaultNamespaceSignature |
Returns a signature for the passed in namespace
| |
| GetOverridesSignature |
Creates a signature for the passed in XmlAttributeOverrides
| |
| GetTypeArraySignature |
Creates a signature for the passed in Type array. The order
of the elements in the array does not influence the signature.
| |
| GetXmlRootSignature |
Creates a signature for the passed in XmlRootAttribute
|