-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Mapping_DefaultValue_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Provides default value service.
System.Object
CodeJam.Mapping.DefaultValue(T)
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static class DefaultValue<T>
VB
Public NotInheritable Class DefaultValue(Of T)
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DefaultValue<'T> = class end
- T
Name | Description | |
---|---|---|
Value | Gets default value for provided Type. |