AgGateway.ADAPT.ISOv4Plugin.ExportMappers.BinaryWriter.GetMeterToIsoIdCache C# (CSharp) Method

GetMeterToIsoIdCache() private static method

private static GetMeterToIsoIdCache ( List meters ) : int>.Dictionary
meters List
return int>.Dictionary
        private static Dictionary<WorkingData, int> GetMeterToIsoIdCache(List<WorkingData> meters)
        {
            return meters.ToDictionary(meter => meter, meter => meter.Id.FindIntIsoId());
        }