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

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

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