MongoDB.Bson.Serialization.Conventions.AlwaysIgnoreIfNullConvention.IgnoreIfNull C# (CSharp) Méthode

IgnoreIfNull() public méthode

Determines whether to ignore nulls for a member.
public IgnoreIfNull ( MemberInfo memberInfo ) : bool
memberInfo System.Reflection.MemberInfo The member.
Résultat bool
        public bool IgnoreIfNull(MemberInfo memberInfo)
        {
            return true;
        }
    }
AlwaysIgnoreIfNullConvention