11 [
RequiresUnreferencedCode(
"Generic TypeConverters may require the generic types to be annotated. For example, NullableConverter requires the underlying type to be DynamicallyAccessedMembers All.")]
20 for (
int i = 0; i <
attrs.Count; i++)
22 if (!(
attrs[i].NamespaceURI ==
"urn:schemas-microsoft-com:xml-msdata"))
26 string localName =
attrs[i].LocalName;
37 case "RemotingFormat":
70 if (
node !=
null &&
node.LocalName == name &&
node.NamespaceURI == ns)
static PropertyDescriptorCollection GetProperties([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] Type componentType)
static TypeConverter GetConverter(object component)
static Type GetType(string value)
int IndexOf(DataColumn? column)
DataColumnCollection Columns
static Exception InvalidAttributeValue(string name, string value)
static Exception CannotConvert(string name, string type)
static void SetProperties(object instance, XmlAttributeCollection attrs)
static bool GetBooleanAttribute(XmlElement element, string attrName, string attrNS, bool defVal)
static bool FEqualIdentity(XmlNode node, string name, string ns)
static string GenUniqueColumnName(string proposedName, DataTable table)
static TypeConverter GetConverter(Type type)
static CultureInfo InvariantCulture
virtual string GetAttribute(string name)