Nevron.Serialization Namespace / NSerializationFilter Class / RebuildCachedTables Method


RebuildCachedTables Method
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)

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