FormatterBase.TopLevelPropertyBagBase(Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the FormatterBase.TopLevelPropertyBagBase class.
public TopLevelPropertyBagBase(bool isOutbound);
new StreamJsonRpc.FormatterBase.TopLevelPropertyBagBase : bool -> StreamJsonRpc.FormatterBase.TopLevelPropertyBagBase
Public Sub New (isOutbound As Boolean)
Parameters
- isOutbound
- Boolean
A value indicating whether this bag belongs to an outbound message.