MethodDescriptor::Parameters Property

.NET Framework 4.5

Available method parameters.

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

public:
virtual property IList<ParameterDescriptor^>^ Parameters {
	IList<ParameterDescriptor^>^ get ();
	void set (IList<ParameterDescriptor^>^ value);
}
Show: