示例#1
0
            private bool isSet = false; // guarded by synchronization

            #endregion Fields

            #region Constructors

            /// <summary>
            /// Initializes a new instance of the <see cref="T:System.Object"/> class.
            /// </summary>
            public InitialHelper(EnsurePath ensurePath)
            {
                _ensurePath = ensurePath;
            }
示例#2
0
            private bool isSet = false;  // guarded by synchronization

            /// <summary>
            /// Initializes a new instance of the <see cref="T:System.Object"/> class.
            /// </summary>
            public InitialHelper(EnsurePath ensurePath)
            {
                _ensurePath = ensurePath;
            }