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

  NameDescription
Public methodStatic memberGetDefaultNamespaceSignature
Returns a signature for the passed in namespace
Public methodStatic memberGetOverridesSignature
Creates a signature for the passed in XmlAttributeOverrides
Public methodStatic memberGetTypeArraySignature
Creates a signature for the passed in Type array. The order of the elements in the array does not influence the signature.
Public methodStatic memberGetXmlRootSignature
Creates a signature for the passed in XmlRootAttribute

See Also