Skip to content

M_CommandLine_Core_SpecificationProperty_Create

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

SpecificationProperty.Create Method

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

Syntax

C#

publicstaticSpecificationPropertyCreate(Specificationspecification,PropertyInfoproperty,Maybe<Object>value)

VB

PublicSharedFunctionCreate(specificationAsSpecification,propertyAsPropertyInfo,valueAsMaybe(OfObject))AsSpecificationProperty

C++

public:static SpecificationProperty^ Create( Specification^ specification, PropertyInfo^ property, Maybe<Object^>^ value )

F#

static memberCreate:specification :Specification * property : PropertyInfo * value : Maybe<Object>-> SpecificationProperty 

Parameters

specification
Type: CommandLine.Core.Specification
property
Type: System.Reflection.PropertyInfo
value
Type: CSharpx.Maybe(Object)

Return Value

Type: SpecificationProperty

See Also

Reference

SpecificationProperty Class
CommandLine.Core Namespace

Clone this wiki locally