Gets the default value for the given type.
Declaring type: Extensions
Namespace: Zyan.Communication.Toolbox
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static object GetDefaultValue (
        Type type
) 
Parameters
type
The type.
Return Value
default() for the type.