Table of Contents

Class NestedContextStack

Namespace
ActivityPub.Types.Internal
Assembly
ActivityPub.Types.dll
internal class NestedContextStack
Inheritance
NestedContextStack
Inherited Members

Properties

ContextStack

private ThreadLocal<Stack<IJsonLDContext>> ContextStack { get; }

Property Value

ThreadLocal<Stack<IJsonLDContext>>

Methods

Peek()

public IJsonLDContext? Peek()

Returns

IJsonLDContext

Pop()

public void Pop()

Push(IJsonLDContext)

public void Push(IJsonLDContext context)

Parameters

context IJsonLDContext