AvalonStudio.Extensibility.Commands.CommandHandlerAttribute.CommandHandlerAttribute C# (CSharp) Метод

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

public CommandHandlerAttribute ( ) : System
Результат System
		public CommandHandlerAttribute()
			: base(typeof (ICommandHandler))
		{
		}
	}
CommandHandlerAttribute