public MockXmlIncludedTypeMap()
 {
     InnerSet = new XmlIncludedTypeSet();
 }
예제 #2
0
 public MockXmlIncludedTypeMap()
 {
     includedTypes = new XmlIncludedTypeSet();
 }
예제 #3
0
		public MockXmlIncludedTypeMap()
		{
			includedTypes = new XmlIncludedTypeSet();
		}