C# 클래스 Oglr.InGame.CustomProperty

파일 보기 프로젝트 열기: SteveDunn/oglr 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : CustomProperty
CustomProperty ( ) : System
CustomProperty ( string name, object value, Type type, string description ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : CustomProperty
리턴 CustomProperty

CustomProperty() 공개 메소드

public CustomProperty ( ) : System
리턴 System

CustomProperty() 공개 메소드

public CustomProperty ( string name, object value, Type type, string description ) : System
name string
value object
type System.Type
description string
리턴 System