object ImporterFunc(object input)_.cs 97 B

123456
  1. using System;
  2. namespace LitJson
  3. {
  4. internal delegate object ImporterFunc(object input);
  5. }