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) { }