Skip to content

P_CodeJam_Mapping_DefaultValue_1_Value

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

DefaultValue(T).Value Property

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 Value { get; set; }

VB

Public Shared Property Value As T
	Get
	Set

F#

static member Value : 'T with get, set

Property Value

Type: T

See Also

Reference

DefaultValue(T) Class
CodeJam.Mapping Namespace

Clone this wiki locally