public static HLTemporaryLocation Create(HLTemporary pTemporary) { HLTemporaryLocation location = new HLTemporaryLocation(pTemporary.Type); location.mTemporary = pTemporary; return(location); }
public static HLTemporaryLocation Create(HLTemporary pTemporary) { HLTemporaryLocation location = new HLTemporaryLocation(pTemporary.Type); location.mTemporary = pTemporary; return location; }