2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / class / System.ComponentModel.Composition / src / ComponentModel / System / ComponentModel / Composition / ExportCardinalityCheckResult.cs
blob5786d48c5dfef7d31e71b1f4d9c493a652f0f0d4
1 // -----------------------------------------------------------------------
2 // Copyright (c) Microsoft Corporation. All rights reserved.
3 // -----------------------------------------------------------------------
4 using System;
6 namespace System.ComponentModel.Composition
8 internal enum ExportCardinalityCheckResult : int
10 Match,
11 NoExports,
12 TooManyExports