C# 클래스 RabbitMQ.Client.Apigen.Attributes.AmqpApigenAttribute

Base class for attributes for controlling the API autogeneration process.
상속: Attribute
파일 보기 프로젝트 열기: rabbitmq/rabbitmq-dotnet-client

공개 프로퍼티들

프로퍼티 타입 설명
m_namespaceName string

공개 메소드들

메소드 설명
AmqpApigenAttribute ( string namespaceName )

메소드 상세

AmqpApigenAttribute() 공개 메소드

public AmqpApigenAttribute ( string namespaceName )
namespaceName string

프로퍼티 상세

m_namespaceName 공개적으로 프로퍼티

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