コード例 #1
0
            /// <summary>
            /// Builds a <see cref="OptExporter"/> instance.
            /// </summary>
            /// <returns>Returns a <see cref="OptExporter"/>.</returns>
            public OptExporter Build()
            {
                OptExporter instance = this.instance;

                this.instance = null;
                return(instance);
            }
コード例 #2
0
 private Builder()
 {
     this.instance = new OptExporter();
 }