C# Class BetaSpeckle.SuperProperty

Datei anzeigen Open project: didimitrie/speckle.exporter Class Usage Examples

Public Properties

Property Type Description
name string
values HashSet

Public Methods

Method Description
SuperProperty ( string _name ) : System.Collections.Generic
addValue ( string _val ) : void

Method Details

SuperProperty() public method

public SuperProperty ( string _name ) : System.Collections.Generic
_name string
return System.Collections.Generic

addValue() public method

public addValue ( string _val ) : void
_val string
return void

Property Details

name public_oe property

public string name
return string

values public_oe property

public HashSet values
return HashSet