Serializer.Contains Method

Checks if the type is contained in the serializer model.
Public Function Contains( _ 
ByVal type As Type
) As Boolean
This language is not supported or no code example is available.
public bool Contains( 
Type type 
)
This language is not supported or no code example is available.

Parameters

type
Type

The object type.

Return Value

bool

True when the type is contained in the Model, otherwise false.

.NET Framework

Supported in: 4.8

In this article

Definition