write Method

KB01 Engine

KB01_Engine

BuiltStyledStreamWriter..::..write Method

Namespace:  Json
Assembly:  KB01_Engine (in KB01_Engine.dll)

Syntax


public int write(
	ref [T:Json.Value const] root,
	ostream* sout
)
Public Function write ( _
	ByRef root As [T:Json.Value const], _
	sout As ostream* _
) As int
public:
int write(
	[T:Json.Value const]% root, 
	ostream* sout
)

Parameters

root
Type: [T:Json.Value const][System.Runtime.CompilerServices.IsImplicitlyDereferenced]%
sout
Type: ostream*