ATMLModelLibrary.model.StandardPrefixes.Add C# (CSharp) Method

Add() protected static method

protected static Add ( StandardUnitPrefix prefix ) : void
prefix StandardUnitPrefix
return void
        protected static void Add(StandardUnitPrefix prefix)
        {
            if (!prefixes.ContainsKey(prefix.Prefix))
                prefixes.Add(prefix.Prefix, prefix);
        }
StandardPrefixes