M_CommandLine_Text_ExampleExtensions_GetFormatStylesOrDefault - adutton/commandline GitHub Wiki
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public static IEnumerable<UnParserSettings> GetFormatStylesOrDefault(
this Example example
)VB
<ExtensionAttribute>
Public Shared Function GetFormatStylesOrDefault (
example As Example
) As IEnumerable(Of UnParserSettings)C++
public:
[ExtensionAttribute]
static IEnumerable<UnParserSettings^>^ GetFormatStylesOrDefault(
Example^ example
)F#
[<ExtensionAttribute>]
static member GetFormatStylesOrDefault :
example : Example -> IEnumerable<UnParserSettings>
- example
- Type: CommandLine.Text.Example
Type: IEnumerable(UnParserSettings)
In Visual Basic and C#, you can call this method as an instance method on any object of type Example. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).