Skip to content

M_CommandLine_Text_ExampleExtensions_GetFormatStylesOrDefault

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

ExampleExtensions.GetFormatStylesOrDefault Method

Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

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> 

Parameters

 

example
Type: CommandLine.Text.Example

Return Value

Type: IEnumerable(UnParserSettings)

Usage Note

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).

See Also

Reference

ExampleExtensions Class
CommandLine.Text Namespace

Clone this wiki locally