SuggestionAttribute

Namespace: WellFired.Command.Unity.Runtime

Description

This attribute can be used on parameters only. to specify that you will provide auto complete behaviour for that element. The type that is passed to the constructor must be a type that implements the ISuggestion interface.

Properties

Type Type { get; set; }

Public Methods

  SuggestionAttribute ( Type type )

Breakdown

  • Type Type { get; set; }
  • SuggestionAttribute ( Type type )