Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
MongoDB
Bson
Serialization
Conventions
NullDefaultValueConvention
C# Class MongoDB.Bson.Serialization.Conventions.NullDefaultValueConvention
Inheritance:
IDefaultValueConvention
Exibir arquivo
Open project: egametang/Egametang
Public Methods
Method
Description
GetDefaultValue
(
MemberInfo
memberInfo
) :
object
Gets the default value for a member.
Method Details
GetDefaultValue()
public
method
Gets the default value for a member.
public
GetDefaultValue
(
MemberInfo
memberInfo
) :
object
memberInfo
System.Reflection.MemberInfo
The member.
return
object