Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
MongoDB
Bson
Serialization
Conventions
NeverIgnoreIfNullConvention
C# Class MongoDB.Bson.Serialization.Conventions.NeverIgnoreIfNullConvention
Inheritance:
IIgnoreIfNullConvention
Mostrar archivo
Open project: egametang/Egametang
Public Methods
Method
Description
IgnoreIfNull
(
MemberInfo
memberInfo
) :
bool
Determines whether to ignore nulls for a member.
Method Details
IgnoreIfNull()
public
method
Determines whether to ignore nulls for a member.
public
IgnoreIfNull
(
MemberInfo
memberInfo
) :
bool
memberInfo
System.Reflection.MemberInfo
The member.
return
bool