M_CommandLine_Core_SpecificationProperty__ctor - adutton/commandline GitHub Wiki
Initializes a new instance of the SpecificationProperty class
Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
private SpecificationProperty(
Specification specification,
PropertyInfo property,
Maybe<Object> value
)VB
Private Sub New (
specification As Specification,
property As PropertyInfo,
value As Maybe(Of Object)
)C++
private:
SpecificationProperty(
Specification^ specification,
PropertyInfo^ property,
Maybe<Object^>^ value
)F#
new :
specification : Specification *
property : PropertyInfo *
value : Maybe<Object> -> SpecificationProperty
- specification
- Type: CommandLine.Core.Specification
- property
- Type: System.Reflection.PropertyInfo
- value
- Type: CSharpx.Maybe(Object)