1 instantiation of TypeElement
System.Runtime.Serialization (1)
System\Runtime\Serialization\Configuration\TypeElementCollection.cs (1)
71
TypeElement retval = new
TypeElement
();
12 references to TypeElement
System.Runtime.Serialization (12)
System\Runtime\Serialization\Configuration\ParameterElement.cs (1)
104
return
TypeElement
.GetType(rootType, typeArgs, this.Type, this.Index, this.Parameters);
System\Runtime\Serialization\Configuration\TypeElement.cs (2)
43
TypeElement
parent = (
TypeElement
)parentElement;
System\Runtime\Serialization\Configuration\TypeElementCollection.cs (9)
12
[ConfigurationCollection(typeof(
TypeElement
), CollectionType = ConfigurationElementCollectionType.BasicMap)]
19
public
TypeElement
this[int index]
23
TypeElement
retval = (
TypeElement
)BaseGet(index);
45
public void Add(
TypeElement
element)
71
TypeElement
retval = new TypeElement();
86
return ((
TypeElement
)element).Key;
89
public int IndexOf(
TypeElement
element)
98
public void Remove(
TypeElement
element)