示例#1
0
        public static HLArrayLengthLocation Create(HLLocation pInstance)
        {
            HLArrayLengthLocation location = new HLArrayLengthLocation(HLDomain.SystemInt32);

            location.mInstance = pInstance;
            return(location);
        }
 public static HLArrayLengthLocation Create(HLLocation pInstance)
 {
     HLArrayLengthLocation location = new HLArrayLengthLocation(HLDomain.SystemInt32);
     location.mInstance = pInstance;
     return location;
 }