Skip to content

T_CodeJam_Mapping_DefaultValue_1

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

DefaultValue(T) Class

Provides default value service.

Inheritance Hierarchy

System.Object
  CodeJam.Mapping.DefaultValue(T)
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.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