コード例 #1
0
ファイル: EnsurePath.cs プロジェクト: Lagrang/CuratorNet
            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
ファイル: EnsurePath.cs プロジェクト: chinaboard/CuratorNet
            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;
            }