Table of Contents

Method IsCollectionType

Namespace
Bonsai
Assembly
Bonsai.Core.dll

IsCollectionType(Type)

Tests whether the specified type implements a serialization compatible collection.

public static bool IsCollectionType(Type type)

Parameters

type Type

The Type to test.

Returns

bool

true if the type implements a serialization compatible collection; otherwise, false.