Interface IInt32Argument
Interface for accessing a int argument value
Namespace: Benday.CommandsFramework
Assembly: Benday.CommandsFramework.dll
Syntax
public interface IInt32Argument
Properties
| Edit this page View SourceValueAsInt32
Argument value typed as int
Declaration
int ValueAsInt32 { get; }
Property Value
Type | Description |
---|---|
int |