Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TypeFilter.cs « System.Reflection « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a7fb8baf95762b155ff3bc8b49548def868ef22b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// TypeAttributes.cs
//
// Sean MacIsaac (macisaac@ximian.com)
//
// (C) 2001 Ximian, Inc.  http://www.ximian.com


namespace System.Reflection {


	public delegate bool TypeFilter (Type m, object filterCriteria);

} // System.Reflection