Пример #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="LogicalThreadContextStack"/> class.
        /// Internal constructor.
        /// </summary>
        /// <remarks>
        /// <para>
        /// Initializes a new instance of the <see cref="LogicalThreadContextStack" /> class.
        /// </para>
        /// </remarks>
#if NET_2_0 || MONO_2_0
        internal LogicalThreadContextStack(string propertyKey, TwoArgAction <string, LogicalThreadContextStack> registerNew)
Пример #2
0
        internal LogicalThreadContextStack(string propertyKey, TwoArgAction registerNew)
#endif
        {
            this.m_propertyKey = propertyKey;
            this.m_registerNew = registerNew;
        }
Пример #3
0
		/// <summary>
		/// Internal constructor
		/// </summary>
		/// <remarks>
		/// <para>
		/// Initializes a new instance of the <see cref="LogicalThreadContextStack" /> class. 
		/// </para>
		/// </remarks>
		internal LogicalThreadContextStack(string propertyKey, TwoArgAction<string, LogicalThreadContextStack> registerNew)
		{
			m_propertyKey = propertyKey;
			m_registerNew = registerNew;
		}