C# Class RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute

Base class for attributes for controlling the API autogeneration process.
Inheritance: Attribute
Afficher le fichier Open project: rabbitmq/rabbitmq-dotnet-client

Méthodes publiques

Свойство Type Description
m_namespaceName string

Méthodes publiques

Méthode Description
AmqpApigenAttribute ( string namespaceName )

Method Details

AmqpApigenAttribute() public méthode

public AmqpApigenAttribute ( string namespaceName )
namespaceName string

Property Details

m_namespaceName public_oe property

The specification namespace (i.e. version) that this attribute applies to, or null for all specification versions.
public string m_namespaceName
Résultat string