/// <summary> /// Builds an instance of <see cref="LfpExporter"/>. /// </summary> /// <returns>Returns a <see cref="LfpExporter"/>.</returns> public LfpExporter Build() { LfpExporter instance = this.instance; this.instance = null; return(instance); }
private Builder() { this.instance = new LfpExporter(); }