arcadiaray

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
Utility 文件夹下的 Guard 类是一个帮助类,该类只在 ObjectBuilder 项目内可见,主要执行一下验证工作。

 1using System;
 2using System.Collections.Generic;
 3using System.Text;
 4using System.Globalization;
 5using System.Reflection;
 6using Microsoft.Practices.ObjectBuilder.Properties;
 7
 8namespace Microsoft.Practices.ObjectBuilder
 9{
10    /// <summary>
11    ///  "验证函数" 的帮
12    /// 助类。
13    /// </summary>

14    internal static class Guard
15    {
16
17        公有方法
78
79    }

80}

81
posted on 2007-10-30 16:35  幸福延长线  阅读(120)  评论(0编辑  收藏  举报