DelegateCommandMethod - свойство
Gets the Delegate to be invoked.
Пространство имён: Tessa.Platform.CommandLineСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public Delegate Method { get; }
Public ReadOnly Property Method As Delegate
Get
public:
property Delegate^ Method {
Delegate^ get ();
}
member Method : Delegate with get
Значение свойства
DelegateThe
Delegate that represents the invoked method.