C# Class ArgsTests.NewAwesomeTabCompletionTests.ConflictingArgumentsThatAwesomeTabCompletionMakesBetter

Show file Open project: adamabdelhamed/PowerArgs

Public Properties

Property Type Description
animal string
apples bool
asparagus bool
bananas bool
beets bool

Private Methods

Method Description
Fruits ( bool apples, bool bananas ) : void
Meats ( [ animal ) : void
Vegetables ( bool asparagus, bool beets ) : void

Property Details

animal public property

public string animal
return string

apples public property

public bool apples
return bool

asparagus public property

public bool asparagus
return bool

bananas public property

public bool bananas
return bool

beets public property

public bool beets
return bool