Table of Contents
API reference

Method CanRecompose

Namespace
DisCatSharp.Common.Serialization
Assembly
DisCatSharp.Common.dll

CanRecompose(Type)

Checks whether the decomposer can recompose a specific decomposed type.

Note that while a type might be considered recomposable, other factors might prevent recomposing operation from being successful.

bool CanRecompose(Type t)

Parameters

t Type

Decomposed type to check.

Returns

bool

Whether the decomposer can decompose a given type.