SenseNet.ContentRepository.Storage.Schema.ContentListType.ContentListType C# (CSharp) Méthode

ContentListType() private méthode

private ContentListType ( int id, string name, ISchemaRoot schemaRoot ) : System
id int
name string
schemaRoot ISchemaRoot
Résultat System
		internal ContentListType(int id, string name, ISchemaRoot schemaRoot) : base(id, name, schemaRoot) { }