Skip to content

T_CodeJam_Mapping_DefaultValue_1

andrewvk edited this page Jul 1, 2016 · 5 revisions

DefaultValue(T) Class

Provides default value service.

Inheritance Hierarchy

System.Object
  CodeJam.Mapping.DefaultValue(T)
Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public static class DefaultValue<T>

VB

Public NotInheritable Class DefaultValue(Of T)

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type DefaultValue<'T> =  class end

Type Parameters

 

T
  The DefaultValue(T) type exposes the following members.

Properties

 

Name Description
Public propertyStatic member Value Gets default value for provided Type.
  Back to Top

See Also

Reference

CodeJam.Mapping Namespace

Clone this wiki locally