AutoTiles.AutoTilesBase.UpdateFrameworkReferences C# (CSharp) Метод

UpdateFrameworkReferences() защищенный абстрактный Метод

This method needs to be implemented by child classes to update all necessary references to the target framework they might need for their framework specific operations. IMplementations should return true if all references have been found and false otherwise.
protected abstract UpdateFrameworkReferences ( ) : bool
Результат bool
        protected abstract bool UpdateFrameworkReferences();