C# Class BetaSpeckle.SuperProperty

Afficher le fichier Open project: didimitrie/speckle.exporter Class Usage Examples

Méthodes publiques

Свойство Type Description
name string
values HashSet

Méthodes publiques

Méthode Description
SuperProperty ( string _name ) : System.Collections.Generic
addValue ( string _val ) : void

Method Details

SuperProperty() public méthode

public SuperProperty ( string _name ) : System.Collections.Generic
_name string
Résultat System.Collections.Generic

addValue() public méthode

public addValue ( string _val ) : void
_val string
Résultat void

Property Details

name public_oe property

public string name
Résultat string

values public_oe property

public HashSet values
Résultat HashSet