'Declaration
Public Function FilterType( _ ByVal type As System.Type _ ) As System.Boolean
'Usage
Dim instance As NSerializationFilter Dim type As System.Type Dim value As System.Boolean value = instance.FilterType(type)
public System.bool FilterType( System.Type type )
Parameters
- type