SimShift.MapTool.Ets2NavigationSegment.Match C# (CSharp) Метод

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

public Match ( int mySolution, Ets2NavigationSegment prefabSegment ) : bool
mySolution int
prefabSegment Ets2NavigationSegment
Результат bool
        public bool Match(int mySolution, Ets2NavigationSegment prefabSegment)
        {
            throw new NotImplementedException();
        }