Exemplo n.º 1
0
 public GeneratedCodeRemover(CustomCodeLocator finder)
 {
     this._finder = finder;
 }
Exemplo n.º 2
0
        public GeneratedPropertiesEnumerator(CustomCodeLocator finder)
        {
            this.GeneratedProperties = new List <string>();

            this._finder = finder;
        }
Exemplo n.º 3
0
        public GeneratedCodeRemover(CustomCodeLocator finder)
        {
            this.CustomPropertiesCount = 0;

            this._finder = finder;
        }