Esempio n. 1
0
        public static HLUInt8LiteralLocation Create(byte pLiteral)
        {
            HLUInt8LiteralLocation location = new HLUInt8LiteralLocation(HLDomain.SystemByte);

            location.mLiteral = pLiteral;
            return(location);
        }
 public static HLUInt8LiteralLocation Create(byte pLiteral)
 {
     HLUInt8LiteralLocation location = new HLUInt8LiteralLocation(HLDomain.SystemByte);
     location.mLiteral = pLiteral;
     return location;
 }