Exemplo n.º 1
0
        public static HLUInt64LiteralLocation Create(ulong pLiteral)
        {
            HLUInt64LiteralLocation location = new HLUInt64LiteralLocation(HLDomain.SystemUInt64);

            location.mLiteral = pLiteral;
            return(location);
        }
 public static HLUInt64LiteralLocation Create(ulong pLiteral)
 {
     HLUInt64LiteralLocation location = new HLUInt64LiteralLocation(HLDomain.SystemUInt64);
     location.mLiteral = pLiteral;
     return location;
 }