ATMLModelLibrary.model.StandardPrefixes.Add C# (CSharp) 메소드

Add() 보호된 정적인 메소드

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