| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class Commands(Of T As ICommandHost) Inherits CommandsBase | |
| C# | |
|---|---|
public abstract class Commands<T> : CommandsBase where T: ICommandHost | |
- T
| Infragistics3.Wpf.v8.1 | |
| Generic Commands Class | |
| See Also Members | |
|
| Infragistics.Windows.Commands Namespace : Generic Commands Class |
| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class Commands(Of T As ICommandHost) Inherits CommandsBase | |
| C# | |
|---|---|
public abstract class Commands<T> : CommandsBase where T: ICommandHost | |