public static HLParameterLocation Create(HLParameter pParameter) { HLParameterLocation location = new HLParameterLocation(pParameter.Type); location.mParameter = pParameter; return(location); }
public static HLParameterLocation Create(HLParameter pParameter) { HLParameterLocation location = new HLParameterLocation(pParameter.Type); location.mParameter = pParameter; return location; }