log4net SDK Documentation - Microsoft .NET Framework 4.0

ThreadContextStacks.Item Property

Gets the named thread context stack

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal key As String _
) As ThreadContextStack
[C#]
public ThreadContextStack this[
   string key
] {get;}

Property Value

The named stack

Remarks

Gets the named thread context stack

See Also

ThreadContextStacks Class | log4net.Util Namespace