void ExporterFunc(object obj, JsonWriter writer)_.cs 112 B

123456
  1. using System;
  2. namespace LitJson
  3. {
  4. internal delegate void ExporterFunc(object obj, JsonWriter writer);
  5. }