'Declaration
Protected Shared Function InternalFilter( _ ByRef sType As System.String, _ ByVal hashSerialized As System.Collections.Hashtable, _ ByVal hashNonSerialized As System.Collections.Hashtable, _ ByVal regexSerialized As System.Collections.ArrayList, _ ByVal regexNonSerialized As System.Collections.ArrayList _ ) As System.Boolean
'Usage
Dim sType As System.String Dim hashSerialized As System.Collections.Hashtable Dim hashNonSerialized As System.Collections.Hashtable Dim regexSerialized As System.Collections.ArrayList Dim regexNonSerialized As System.Collections.ArrayList Dim value As System.Boolean value = NSerializationFilter.InternalFilter(sType, hashSerialized, hashNonSerialized, regexSerialized, regexNonSerialized)
protected static System.bool InternalFilter( ref System.string sType, System.Collections.Hashtable hashSerialized, System.Collections.Hashtable hashNonSerialized, System.Collections.ArrayList regexSerialized, System.Collections.ArrayList regexNonSerialized )
Parameters
- sType
- hashSerialized
- hashNonSerialized
- regexSerialized
- regexNonSerialized