M_CommandLine_Infrastructure_PopsicleSetter_Set__1 - adutton/commandline GitHub Wiki
Namespace: CommandLine.Infrastructure
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
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
- consumed
- Type: System.Boolean
- field
- Type: T
- value
- Type: T
- T