MongoDB.Bson.Serialization.Conventions.ConventionProfile.IgnoreIfDefaultConventionAdapter.IgnoreIfDefaultConventionAdapter C# (CSharp) Method

IgnoreIfDefaultConventionAdapter() public method

public IgnoreIfDefaultConventionAdapter ( IIgnoreIfDefaultConvention convention ) : System
convention IIgnoreIfDefaultConvention
return System
            public IgnoreIfDefaultConventionAdapter(IIgnoreIfDefaultConvention convention)
            {
                _convention = convention;
            }
ConventionProfile.IgnoreIfDefaultConventionAdapter