Ejemplo n.º 1
0
        public static HLStaticFieldLocation Create(HLField pStaticField)
        {
            HLStaticFieldLocation location = new HLStaticFieldLocation(pStaticField.Type);

            location.mStaticField = pStaticField;
            return(location);
        }
 public static HLStaticFieldLocation Create(HLField pStaticField)
 {
     HLStaticFieldLocation location = new HLStaticFieldLocation(pStaticField.Type);
     location.mStaticField = pStaticField;
     return location;
 }