CascadeSharp.TKBO.BOPDS.BOPDS_MapOfCommonBlock.Union C# (CSharp) Метод

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

public Union ( BOPDS_MapOfCommonBlock theLeft, BOPDS_MapOfCommonBlock theRight ) : void
theLeft BOPDS_MapOfCommonBlock
theRight BOPDS_MapOfCommonBlock
Результат void
        public void Union(BOPDS_MapOfCommonBlock theLeft, BOPDS_MapOfCommonBlock theRight)
        {
            throw new NotImplementedException();
        }