예제 #1
0
        public static HLUInt32LiteralLocation Create(uint pLiteral)
        {
            HLUInt32LiteralLocation location = new HLUInt32LiteralLocation(HLDomain.SystemUInt32);

            location.mLiteral = pLiteral;
            return(location);
        }
 public static HLUInt32LiteralLocation Create(uint pLiteral)
 {
     HLUInt32LiteralLocation location = new HLUInt32LiteralLocation(HLDomain.SystemUInt32);
     location.mLiteral = pLiteral;
     return location;
 }