C# Class vimage.MenuFuncs

Mostra file Open project: Torrunt/vimage Class Usage Examples

Public Properties

Property Type Description
FUNCS string[]

Public Methods

Method Description
WithSpaces ( string func ) : string

Takes a MenuFunc name and adds space between certain words (for ease of reading).

Method Details

WithSpaces() public static method

Takes a MenuFunc name and adds space between certain words (for ease of reading).
public static WithSpaces ( string func ) : string
func string
return string

Property Details

FUNCS public_oe static_oe property

public static string[] FUNCS
return string[]