C# Класс System.Xml.Serialization.XmlAttributeOverrides

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( Type type, XmlAttributes attributes ) : void
Add ( Type type, string member, XmlAttributes attributes ) : void
this ( Type type ) : XmlAttributes
this ( Type type, string member ) : XmlAttributes

Описание методов

Add() публичный Метод

public Add ( Type type, XmlAttributes attributes ) : void
type Type
attributes XmlAttributes
Результат void

Add() публичный Метод

public Add ( Type type, string member, XmlAttributes attributes ) : void
type Type
member string
attributes XmlAttributes
Результат void

this() публичный Метод

public this ( Type type ) : XmlAttributes
type Type
Результат XmlAttributes

this() публичный Метод

public this ( Type type, string member ) : XmlAttributes
type Type
member string
Результат XmlAttributes