Skip to content

M_CodeJam_Mapping_DefaultValue_SetValue__1

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

DefaultValue.SetValue(T) Method

Sets default value for provided Type.

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

Syntax

C#

public static void SetValue<T>(
	T value
)

VB

Public Shared Sub SetValue(Of T) ( 
	value As T
)

F#

static member SetValue : 
        value : 'T -> unit 

Parameters

 

value
Type: T
Value to set.

Type Parameters

 

T
Type to set default value for.

See Also

Reference

DefaultValue Class
CodeJam.Mapping Namespace

Clone this wiki locally