C# 클래스 Treefrog.Runtime.Property

파일 보기 프로젝트 열기: jaquadro/Treefrog

공개 메소드들

메소드 설명
Property ( Property property ) : System
Property ( string name, bool value ) : System
Property ( string name, float value ) : System
Property ( string name, int value ) : System
Property ( string name, string value ) : System

비공개 메소드들

메소드 설명
Property ( string name ) : System

메소드 상세

Property() 공개 메소드

public Property ( Property property ) : System
property Property
리턴 System

Property() 공개 메소드

public Property ( string name, bool value ) : System
name string
value bool
리턴 System

Property() 공개 메소드

public Property ( string name, float value ) : System
name string
value float
리턴 System

Property() 공개 메소드

public Property ( string name, int value ) : System
name string
value int
리턴 System

Property() 공개 메소드

public Property ( string name, string value ) : System
name string
value string
리턴 System