MongoDB.Bson.Serialization.Conventions.NeverIgnoreIfNullConvention.IgnoreIfNull C# (CSharp) Method

IgnoreIfNull() public method

Determines whether to ignore nulls for a member.
public IgnoreIfNull ( MemberInfo memberInfo ) : bool
memberInfo System.Reflection.MemberInfo The member.
return bool
        public bool IgnoreIfNull(MemberInfo memberInfo)
        {
            return false;
        }
    }
NeverIgnoreIfNullConvention