Skip to content

M_CommandLine_Infrastructure_PopsicleSetter_Set__1

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

PopsicleSetter.Set(T) Method

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

Syntax

C#

public static void Set<T>(
	bool consumed,
	ref T field,
	T value
)

VB

Public Shared Sub Set(Of T) ( 
	consumed As Boolean,
	ByRef field As T,
	value As T
)

C++

public:
generic<typename T>
static void Set(
	bool consumed, 
	T% field, 
	T value
)

F#

static member Set : 
        consumed : bool * 
        field : 'T byref * 
        value : 'T -> unit 

Parameters

 

consumed
Type: System.Boolean
field
Type: T
value
Type: T

Type Parameters

 

T

See Also

Reference

PopsicleSetter Class
CommandLine.Infrastructure Namespace

Clone this wiki locally