Skip to content

P_CodeJam_Mapping_DefaultValue_1_Value

andrewvk edited this page Jul 1, 2016 · 5 revisions

DefaultValue(T).Value Property

Gets default value for provided Type.

Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.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