Ecologylab.BigSemantics.MetaMetadataNS.InheritanceHandler.InheritanceHandler C# (CSharp) Метод

InheritanceHandler() публичный Метод

public InheritanceHandler ( MetaMetadata rootMmd ) : System
rootMmd MetaMetadata
Результат System
        public InheritanceHandler(MetaMetadata rootMmd)
        {
            this.rootMmd = rootMmd;
            this.repository = rootMmd.Repository;
        }