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

IdGeneratorConventionAdapter() public method

public IdGeneratorConventionAdapter ( IIdGeneratorConvention convention ) : System
convention IIdGeneratorConvention
return System
            public IdGeneratorConventionAdapter(IIdGeneratorConvention convention)
            {
                _convention = convention;
            }
ConventionProfile.IdGeneratorConventionAdapter