コード例 #1
0
        public static HLStaticFieldLocation Create(HLField pStaticField)
        {
            HLStaticFieldLocation location = new HLStaticFieldLocation(pStaticField.Type);

            location.mStaticField = pStaticField;
            return(location);
        }
コード例 #2
0
 public static HLStaticFieldLocation Create(HLField pStaticField)
 {
     HLStaticFieldLocation location = new HLStaticFieldLocation(pStaticField.Type);
     location.mStaticField = pStaticField;
     return location;
 }