6 [global::__DynamicallyInvokable]
14 [global::__DynamicallyInvokable]
17 [global::__DynamicallyInvokable]
20 return this[type,
string.Empty];
28 [global::__DynamicallyInvokable]
31 [global::__DynamicallyInvokable]
35 if (hashtable ==
null)
46 [global::__DynamicallyInvokable]
49 Add(type,
string.Empty, attributes);
56 [global::__DynamicallyInvokable]
60 if (hashtable ==
null)
63 types.
Add(type, hashtable);
65 else if (hashtable[member] !=
null)
69 hashtable.
Add(member, attributes);
73 [global::__DynamicallyInvokable]
void Add(Type type, XmlAttributes attributes)
Adds an T:System.Xml.Serialization.XmlAttributes object to the collection of T:System....
virtual void Add(object key, object value)
Adds an element with the specified key and value into the T:System.Collections.Hashtable.
abstract string FullName
Gets the fully qualified name of the type, including its namespace but not its assembly.
XmlAttributeOverrides()
Initializes a new instance of the T:System.Xml.Serialization.XmlAttributeOverrides class.
Represents a collection of key/value pairs that are organized based on the hash code of the key....
Represents type declarations: class types, interface types, array types, value types,...
Represents a collection of attribute objects that control how the T:System.Xml.Serialization....
void Add(Type type, string member, XmlAttributes attributes)
Adds an T:System.Xml.Serialization.XmlAttributes object to the collection of T:System....
The exception that is thrown when a method call is invalid for the object's current state.
Allows you to override property, field, and class attributes when you use the T:System....