| ExtensionsReflectionGetDefaultInstance Method |
Retrieves the default value for a given Type.
http://stackoverflow.com/questions/2490244/default-value-of-a-type-at-runtime By Mark Jones
Namespace:
Cauldron
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.2
Syntax Remarks
If a null Type, a reference Type, or a System.Void Type is supplied, this method always
returns null. If a value type is supplied which is not publicly visible or which contains
generic parameters, this method will fail with an exception.
See Also