MongoDB.Bson.Serialization.Conventions.ConventionProfile.IdGeneratorConventionAdapter.IdGeneratorConventionAdapter C# (CSharp) 메소드

IdGeneratorConventionAdapter() 공개 메소드

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