Skip to content

M_CodeJam_Mapping_DefaultValue_GetValue__1

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

DefaultValue.GetValue(T) Method

Gets default value for provided Type.

Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0

Syntax

C#

public static T GetValue<T>()

VB

Public Shared Function GetValue(Of T) As T

F#

static member GetValue : unit -> 'T 

Type Parameters

 

T
Type to get default value.

Return Value

Type: T
Default value of the provided Type

See Also

Reference

DefaultValue Class
GetValue Overload
CodeJam.Mapping Namespace

Clone this wiki locally