C# Class Newtonsoft.Json.Tests.UnmanagedResourceFakingJsonWriter

Inheritance: Newtonsoft.Json.JsonWriter
Show file Open project: JamesNK/Newtonsoft.Json

Public Properties

Property Type Description
DisposalCalls int

Public Methods

Method Description
CreateAndDispose ( ) : void
Flush ( ) : void
UnmanagedResourceFakingJsonWriter ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

CreateAndDispose() public static method

public static CreateAndDispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Flush() public method

public Flush ( ) : void
return void

UnmanagedResourceFakingJsonWriter() public method

public UnmanagedResourceFakingJsonWriter ( ) : System
return System

Property Details

DisposalCalls public static property

public static int DisposalCalls
return int