public bool ForceReflection { get; set; }
Public Property ForceReflection As Boolean
Get
Set
Dim instance As ParseOptions
Dim value As Boolean
value = instance.ForceReflection
instance.ForceReflection = value
public:
property bool ForceReflection {
bool get ();
void set (bool value);
}
This property only applies when you manually construct an instance of the CommandLineParser or CommandLineParserT class, or use one of the static CommandLineParserParseT(ParseOptions) methods. If you use the generated static IParserTSelf or IParserProviderTSelf interface methods on the command line arguments type, the generated parser is used regardless of the value of this property.