CSL_Traffic.CustomTransportLineAI.AddLaneConnection C# (CSharp) Метод

AddLaneConnection() приватный Метод

private AddLaneConnection ( ushort nodeID, NetNode &data, uint laneID, byte offset ) : void
nodeID ushort
data NetNode
laneID uint
offset byte
Результат void
        private void AddLaneConnection(ushort nodeID, ref NetNode data, uint laneID, byte offset)
        {
            throw new NotImplementedException("AddLaneConnection is target of redirection and is not implemented.");
        }