public IDTSCustomProperty100 NewAt(int lIndex) { CustomPropertyTestImpl property = new CustomPropertyTestImpl(); properties.Insert(lIndex, property); return(property); }
public IDTSCustomProperty100 New() { CustomPropertyTestImpl property = new CustomPropertyTestImpl(); properties.Add(property); return(property); }