System.Xml.Serialization.TypeData.TypeData C# (CSharp) Method

TypeData() public method

public TypeData ( Type type, string elementName, bool isPrimitive ) : System
type System.Type
elementName string
isPrimitive bool
return System
		public TypeData (Type type, string elementName, bool isPrimitive) :
			this(type, elementName, isPrimitive, null, null) {}

Same methods

TypeData::TypeData ( Type type, string elementName, bool isPrimitive, TypeData mappedType, XmlSchemaPatternFacet facet ) : System
TypeData::TypeData ( string typeName, string fullTypeName, string xmlType, SchemaTypes schemaType, TypeData listItemTypeData ) : System