M_CommandLine_Core_InstanceBuilder_BuildMutable__1 - adutton/commandline GitHub Wiki
Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
private static T BuildMutable<T>(
Maybe<Func<T>> factory,
IEnumerable<SpecificationProperty> specPropsWithValue,
List<Error> setPropertyErrors
)VB
Private Shared Function BuildMutable(Of T) (
factory As Maybe(Of Func(Of T)),
specPropsWithValue As IEnumerable(Of SpecificationProperty),
setPropertyErrors As List(Of Error)
) As TC++
private:
generic<typename T>
static T BuildMutable(
Maybe<Func<T>^>^ factory,
IEnumerable<SpecificationProperty^>^ specPropsWithValue,
List<Error^>^ setPropertyErrors
)F#
private static member BuildMutable :
factory : Maybe<Func<'T>> *
specPropsWithValue : IEnumerable<SpecificationProperty> *
setPropertyErrors : List<Error> -> 'T
- factory
- Type: CSharpx.Maybe(Func(T))
- specPropsWithValue
- Type: System.Collections.Generic.IEnumerable(SpecificationProperty)
- setPropertyErrors
- Type: System.Collections.Generic.List(Error)
- T
Type: T