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

XmlSchemaMinInclusiveFacet.cs « System.Xml.Schema « System.XML « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c76a0ecd306f595491b6f8aa16e30d0197332b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Author: Dwivedi, Ajay kumar
//            Adwiv@Yahoo.com
using System;

namespace System.Xml.Schema
{
	/// <summary>
	/// Summary description for XmlSchemaMinInclusiveFacet.
	/// </summary>
	public class XmlSchemaMinInclusiveFacet : XmlSchemaFacet
	{
		public XmlSchemaMinInclusiveFacet()
		{
		}
	}
}