MethodDescriptor::Attributes Property

.NET Framework 4.5

Attributes attached to this method.

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
virtual property IEnumerable<Attribute^>^ Attributes {
	IEnumerable<Attribute^>^ get ();
	void set (IEnumerable<Attribute^>^ value);
}
Show: