public GeneratedCodeRemover(CustomCodeLocator finder) { this._finder = finder; }
public GeneratedPropertiesEnumerator(CustomCodeLocator finder) { this.GeneratedProperties = new List <string>(); this._finder = finder; }
public GeneratedCodeRemover(CustomCodeLocator finder) { this.CustomPropertiesCount = 0; this._finder = finder; }