T_CommandLine_Text_SentenceBuilder_DefaultSentenceBuilder - adutton/commandline GitHub Wiki
System.Object
CommandLine.Text.SentenceBuilder
CommandLine.Text.SentenceBuilder.DefaultSentenceBuilder
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
private class DefaultSentenceBuilder : SentenceBuilderVB
Private Class DefaultSentenceBuilder
Inherits SentenceBuilderC++
private ref class DefaultSentenceBuilder : public SentenceBuilderF#
type DefaultSentenceBuilder =
class
inherit SentenceBuilder
endThe SentenceBuilder.DefaultSentenceBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
SentenceBuilder.DefaultSentenceBuilder | Initializes a new instance of the SentenceBuilder.DefaultSentenceBuilder class |
| Name | Description | |
|---|---|---|
![]() |
ErrorsHeadingText | (Overrides SentenceBuilder.ErrorsHeadingText.) |
![]() |
FormatError | (Overrides SentenceBuilder.FormatError.) |
![]() |
FormatMutuallyExclusiveSetErrors | (Overrides SentenceBuilder.FormatMutuallyExclusiveSetErrors.) |
![]() |
HelpCommandText | (Overrides SentenceBuilder.HelpCommandText.) |
![]() |
RequiredWord | (Overrides SentenceBuilder.RequiredWord.) |
![]() |
UsageHeadingText | (Overrides SentenceBuilder.UsageHeadingText.) |
![]() |
VersionCommandText | (Overrides SentenceBuilder.VersionCommandText.) |
| Name | Description | |
|---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() |
IsEmpty | (Defined by UnParserExtensions.) |
![]() |
NormalizeValue | (Defined by UnParserExtensions.) |



