Class Util
- Namespace
- Dec
- Assembly
- dec.dll
public static class Util
- Inheritance
-
objectUtil
Fields
CollectionDeserializationVersion
The internal collection version applied to collections on deserialization.
public const int CollectionDeserializationVersion = 424242
Field Value
Remarks
This should not matter to you unless you're doing deep black magic.
Methods
CanBeShared(Type)
Indicates whether instances of a type can be shared or not.
public static bool CanBeShared(Type type)
Parameters
type
Type