.NET Helper Packages
C#
Show/Hide TOC
Config
File
Helper
Arguments Property
Gets the collection of program arguments.
Definition
Namespace:
Configuration.Helper
Assembly:
Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
Copy
public
IDictionary
<
string
,
string
>
Arguments
{
get
; }
Property Value
IDictionary
String
,
String
See Also
Reference
ConfigFileHelper Class
Configuration.Helper Namespace
In This Article
Definition
See Also