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

Afficher le fichier Open project: mortennobel/A-Study-in-Composition Class Usage Examples

Méthodes publiques

Свойство Type Description
data float[]
symbol LSSymbol

Méthodes publiques

Méthode Description
LSElement ( LSSymbol symbol ) : System.Collections
ToString ( ) : string

Method Details

LSElement() public méthode

public LSElement ( LSSymbol symbol ) : System.Collections
symbol LSSymbol
Résultat System.Collections

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

data public_oe property

public float[] data
Résultat float[]

symbol public_oe property

public LSSymbol symbol
Résultat LSSymbol