P_CommandLine_Text_SentenceBuilder_Factory - adutton/commandline GitHub Wiki
Factory to allow custom SentenceBuilder injection
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public static Func<SentenceBuilder> Factory { get; set; }VB
Public Shared Property Factory As Func(Of SentenceBuilder)
Get
SetC++
public:
static property Func<SentenceBuilder^>^ Factory {
Func<SentenceBuilder^>^ get ();
void set (Func<SentenceBuilder^>^ value);
}F#
static member Factory : Func<SentenceBuilder> with get, set
Type: Func(SentenceBuilder)