M_CommandLine_Core_SpecificationProperty_Create - adutton/commandline GitHub Wiki
Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public static SpecificationProperty Create(
Specification specification,
PropertyInfo property,
Maybe<Object> value
)VB
Public Shared Function Create (
specification As Specification,
property As PropertyInfo,
value As Maybe(Of Object)
) As SpecificationPropertyC++
public:
static SpecificationProperty^ Create(
Specification^ specification,
PropertyInfo^ property,
Maybe<Object^>^ value
)F#
static member Create :
specification : Specification *
property : PropertyInfo *
value : Maybe<Object> -> SpecificationProperty
- specification
- Type: CommandLine.Core.Specification
- property
- Type: System.Reflection.PropertyInfo
- value
- Type: CSharpx.Maybe(Object)
Type: SpecificationProperty