SenseNet.ContentRepository.Storage.Schema.ContentListType.ContentListType C# (CSharp) Метод

ContentListType() приватный Метод

private ContentListType ( int id, string name, ISchemaRoot schemaRoot ) : System
id int
name string
schemaRoot ISchemaRoot
Результат System
		internal ContentListType(int id, string name, ISchemaRoot schemaRoot) : base(id, name, schemaRoot) { }