예제 #1
0
        public static HLUInt16LiteralLocation Create(ushort pLiteral)
        {
            HLUInt16LiteralLocation location = new HLUInt16LiteralLocation(HLDomain.SystemUInt16);

            location.mLiteral = pLiteral;
            return(location);
        }
 public static HLUInt16LiteralLocation Create(ushort pLiteral)
 {
     HLUInt16LiteralLocation location = new HLUInt16LiteralLocation(HLDomain.SystemUInt16);
     location.mLiteral = pLiteral;
     return location;
 }