Funclet.cs 93 B

123456
  1. using System;
  2. namespace System.Linq.Expressions
  3. {
  4. public delegate object Funclet();
  5. }