Nevron .NET Vision
Nevron.Serialization Namespace / NSerializationFilter Class / RebuildCachedTables Method


In This Topic
    RebuildCachedTables Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Shared Sub RebuildCachedTables( _
       ByVal types As System.Collections.ArrayList, _
       ByVal hashTypes As System.Collections.Hashtable, _
       ByVal regexTypes As System.Collections.ArrayList _
    ) 
    'Usage
     
    
    Dim types As System.Collections.ArrayList
    Dim hashTypes As System.Collections.Hashtable
    Dim regexTypes As System.Collections.ArrayList
     
    NSerializationFilter.RebuildCachedTables(types, hashTypes, regexTypes)
    protected static void RebuildCachedTables( 
       System.Collections.ArrayList types,
       System.Collections.Hashtable hashTypes,
       System.Collections.ArrayList regexTypes
    )

    Parameters

    types
    hashTypes
    regexTypes
    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