Nevron .NET Vision
Nevron.Dom Namespace / NNameRegistry Class
Members


In This Topic
    NNameRegistry Class
    In This Topic
    The NNameRegistry class serves as static registry for names, which can be used as keys in hashtables.
    Object Model
    NNameRegistry Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class NNameRegistry 
    'Usage
     
    
    Dim instance As NNameRegistry
    public sealed class NNameRegistry 
    Remarks
    Because string hash code generation is generally slow, containers which use hashtables to store their data can statically (once) obtain a hash code (key) for a specific name and then resuse it.
    Inheritance Hierarchy

    System.Object
       Nevron.Dom.NNameRegistry

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also