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.
public bool CanRecompose(Type t)
Parameters
tTypeDecomposed type to check.
Returns
- bool
Whether the decomposer can decompose a given type.