C# 클래스 BetaSpeckle.SuperProperty

파일 보기 프로젝트 열기: didimitrie/speckle.exporter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
name string
values HashSet

공개 메소드들

메소드 설명
SuperProperty ( string _name ) : System.Collections.Generic
addValue ( string _val ) : void

메소드 상세

SuperProperty() 공개 메소드

public SuperProperty ( string _name ) : System.Collections.Generic
_name string
리턴 System.Collections.Generic

addValue() 공개 메소드

public addValue ( string _val ) : void
_val string
리턴 void

프로퍼티 상세

name 공개적으로 프로퍼티

public string name
리턴 string

values 공개적으로 프로퍼티

public HashSet values
리턴 HashSet