C# Class Agnos.Servers.CmdlineServer.ArgSpec

Show file Open project: tomerfiliba/agnos

Public Properties

Property Type Description
defaultvalue object
help string
name string
optional bool
type ArgType

Property Details

defaultvalue public property

public object defaultvalue
return object

help public property

public string help
return string

name public property

public string name
return string

optional public property

public bool optional
return bool

type public property

public ArgType type
return ArgType