P_CommandLine_BaseAttribute_ResourceType - adutton/commandline GitHub Wiki
Gets or sets the Type that contains the resources for HelpText.
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public Type ResourceType { get; set; }VB
Public Property ResourceType As Type
Get
SetC++
public:
property Type^ ResourceType {
Type^ get ();
void set (Type^ value);
}F#
member ResourceType : Type with get, set
Type: Type