[Missing <summary> documentation for "M:BrightstarDB.EntityFramework.TypeExtensions.GetDefaultValue(System.Type)"]

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public static Object GetDefaultValue(
	this Type t
)
Visual Basic
<ExtensionAttribute> 
Public Shared Function GetDefaultValue ( 
	t As Type
) As Object
Visual C++
public:
[ExtensionAttribute]
static Object^ GetDefaultValue(
	Type^ t
)
F#
static member GetDefaultValue : 
        t : Type -> Object 

Parameters

t
Type: System..::..Type

Return Value

Type: Object

[Missing <returns> documentation for "M:BrightstarDB.EntityFramework.TypeExtensions.GetDefaultValue(System.Type)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

Exceptions

See Also