C# Класс Thinktecture.ServiceModel.Description.RegisterNamespacePrefixAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RegisterNamespacePrefixAttribute ( string prefix, string xmlNamespace ) : System

Initializes a new instance of the RegisterNamespacePrefixAttribute class.

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

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

Initializes a new instance of the RegisterNamespacePrefixAttribute class.
public RegisterNamespacePrefixAttribute ( string prefix, string xmlNamespace ) : System
prefix string The prefix.
xmlNamespace string The XML namespace.
Результат System