C# Class Agnos.Servers.CmdlineServer.ArgSpec

Datei anzeigen Open project: tomerfiliba/agnos

Public Properties

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

Property Details

defaultvalue public_oe property

public object defaultvalue
return object

help public_oe property

public string help
return string

name public_oe property

public string name
return string

optional public_oe property

public bool optional
return bool

type public_oe property

public ArgType type
return ArgType