C# Class BAD.Symbol

Show file Open project: simonwittber/uBAD Class Usage Examples

Public Properties

Property Type Description
name string

Public Methods

Method Description
Get ( string name ) : Symbol
Symbol ( string name ) : System.Collections.Generic
ToString ( ) : string

Method Details

Get() public static method

public static Get ( string name ) : Symbol
name string
return Symbol

Symbol() public method

public Symbol ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

Property Details

name public property

public string name
return string