internal CreateCollectionInfo(string name, System.Xml.Serialization.TypeDesc td)
 {
     this.name = name;
     this.td = td;
 }
 protected TypeModel(System.Type type, System.Xml.Serialization.TypeDesc typeDesc, System.Xml.Serialization.ModelScope scope)
 {
     this.scope = scope;
     this.type = type;
     this.typeDesc = typeDesc;
 }
 protected TypeModel(System.Type type, System.Xml.Serialization.TypeDesc typeDesc, System.Xml.Serialization.ModelScope scope)
 {
     this.scope    = scope;
     this.type     = type;
     this.typeDesc = typeDesc;
 }