Exemplo n.º 1
0
        public static HLInt16LiteralLocation Create(short pLiteral)
        {
            HLInt16LiteralLocation location = new HLInt16LiteralLocation(HLDomain.SystemInt16);

            location.mLiteral = pLiteral;
            return(location);
        }
 public static HLInt16LiteralLocation Create(short pLiteral)
 {
     HLInt16LiteralLocation location = new HLInt16LiteralLocation(HLDomain.SystemInt16);
     location.mLiteral = pLiteral;
     return location;
 }