C# Class LSElement, A-Study-in-Composition

Mostrar archivo Open project: mortennobel/A-Study-in-Composition Class Usage Examples

Public Properties

Property Type Description
data float[]
symbol LSSymbol

Public Methods

Method Description
LSElement ( LSSymbol symbol ) : System.Collections
ToString ( ) : string

Method Details

LSElement() public method

public LSElement ( LSSymbol symbol ) : System.Collections
symbol LSSymbol
return System.Collections

ToString() public method

public ToString ( ) : string
return string

Property Details

data public_oe property

public float[] data
return float[]

symbol public_oe property

public LSSymbol symbol
return LSSymbol