Пример #1
0
		/// <summary>
		/// Internal constructor
		/// </summary>
		/// <remarks>
		/// <para>
		/// Initializes a new instance of the <see cref="ThreadContextStacks" /> class.
		/// </para>
		/// </remarks>
		internal ThreadContextStacks(ContextPropertiesBase properties) {
			m_properties = properties;
		}
Пример #2
0
 /// <summary>
 /// Internal constructor
 /// </summary>
 /// <remarks>
 /// <para>
 /// Initializes a new instance of the <see cref="ThreadContextStacks" /> class.
 /// </para>
 /// </remarks>
 internal ThreadContextStacks(ContextPropertiesBase properties)
 {
     m_properties = properties;
 }