KB01_Engine
|
BuiltStyledStreamWriter Constructor
Namespace:
Json
Assembly:
KB01_Engine (in KB01_Engine.dll)
Syntax
public BuiltStyledStreamWriter( ref [T:std.string const] indentation, CommentStyle..::..Enum cs, ref [T:std.string const] colonSymbol, ref [T:std.string const] nullSymbol, ref [T:std.string const] endingLineFeedSymbol, bool useSpecialFloats, [T:unsigned int] precision )
Public Sub New ( _ ByRef indentation As [T:std.string const], _ cs As CommentStyle..::..Enum, _ ByRef colonSymbol As [T:std.string const], _ ByRef nullSymbol As [T:std.string const], _ ByRef endingLineFeedSymbol As [T:std.string const], _ useSpecialFloats As bool, _ precision As [T:unsigned int] _ )
public: BuiltStyledStreamWriter( [T:std.string const]% indentation, CommentStyle..::..Enum cs, [T:std.string const]% colonSymbol, [T:std.string const]% nullSymbol, [T:std.string const]% endingLineFeedSymbol, bool useSpecialFloats, [T:unsigned int] precision )
Parameters
- indentation
- Type: [T:std.string const][System.Runtime.CompilerServices.IsImplicitlyDereferenced]%
- cs
- Type: Json..::..CommentStyle..::..Enum
- colonSymbol
- Type: [T:std.string const][System.Runtime.CompilerServices.IsImplicitlyDereferenced]%
- nullSymbol
- Type: [T:std.string const][System.Runtime.CompilerServices.IsImplicitlyDereferenced]%
- endingLineFeedSymbol
- Type: [T:std.string const][System.Runtime.CompilerServices.IsImplicitlyDereferenced]%
- useSpecialFloats
- Type: bool
- precision
- Type: [T:unsigned int]