| ArgumentCollection {Microsoft.VisualBasic.CommandLine.Reflection} | .NET clr documentation | 
The help information for a specific command line parameter switch.(某一个指定的命令的开关的帮助信息)
            
# namespace Microsoft.VisualBasic.CommandLine.Reflection
export class ArgumentCollection {
   # 本命令行对象中的包含有帮助信息的开关参数的数目
   Count: integer;
   EmptyExample: boolean;
   EmptyUsage: boolean;
   # Gets the usage example of this parameter switch.(获取本参数开关的帮助信息)
   GetExample: string;
   GetUsage: string;
}