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
AlwaysIgnoreIfDefaultConvention
C# Class MongoDB.Bson.Serialization.Conventions.AlwaysIgnoreIfDefaultConvention
Inheritance:
IIgnoreIfDefaultConvention
Mostrar archivo
Open project: egametang/Egametang
Public Methods
Method
Description
IgnoreIfDefault
(
MemberInfo
memberInfo
) :
bool
Determines whether to ignore nulls for a member.
Method Details
IgnoreIfDefault()
public
method
Determines whether to ignore nulls for a member.
public
IgnoreIfDefault
(
MemberInfo
memberInfo
) :
bool
memberInfo
System.Reflection.MemberInfo
The member.
return
bool